Cisco Cisco Packet Data Gateway (PDG)

Seite von 8770
SSH Configuration Mode Commands   
▀  subsystem 
 
 
▄  Command Line Interface Reference, StarOS Release 16 
8470 
   
subsystem 
Configures the system to perform file transfers using Secure FTP (SFTP) over ssh v2. Administrators must be 
configured with the FTP attribute privilege to issue this command.  
Product
 
All 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > Global Configuration > Context Configuration > SSH Configuration 
configure > context context_name > server sshd
 
Entering the above command sequence results in the following prompt: 
[local]host_name(config-sshd)# 
Syntax
 
subsystem { cli | sftp } 
no subsystem { cli | sftp }
 
no
 
Disables the SFTP ssh file transfer method or access to the CLI via ssh. 
cli
 
Default: Enabled 
Configures the SSH system for the current context to allow access to the CLI. 
sftp
 
Default: Disabled 
Enables the SSH system for the current context to perform file transfers using Secure FTP (SFTP) over ssh 
v2. 
Usage 
Use this command to enable or disable file transfers using SFTP over an ssh v2 tunnel. 
Also use this command to enable or disable access to the CLI over an SSH connection. 
Example
 
The following command enables SFTP for the current context: 
subsystem sftp 
The following command disables access to the CLI through an SSH session for the current context: 
no subsystem cli