C613-50170-01 Rev B
Command Reference for x510 Series
2736
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
S
ECURE
S
HELL
(SSH) C
OMMANDS
SSH
SERVER
SFTP
ssh server sftp
Overview
This command enables the Secure FTP (SFTP) service on the SSH server. Once
enabled, the server accepts SFTP requests from remote clients.
You must enable the SSH server as well as this service before the device accepts
SFTP connections. The SFTP service is enabled by default as soon as the SSH server
is enabled. If the SSH server is disabled, SFTP service is unavailable.
The
no
variant of this command disables SFTP service on the SSH server. Once
disabled, SFTP requests from remote clients are rejected.
Syntax
ssh server sftp
no ssh server sftp
Mode
Global Configuration
Examples
To enable the SFTP service, use the commands:
awplus#
configure terminal
awplus(config)#
ssh server sftp
To disable the SFTP service, use the commands:
awplus#
configure terminal
awplus(config)#
no ssh server sftp
Related
Commands