3com 5500-ei pwr Reference Guide

Page of 1314
 
1-35 
This operation may take a long time.Please wait... 
 
Received status: Success 
Directory successfully removed 
sftp 
Syntax 
sftp  {  host-ip | host-name }  [  port-num  ]  [identity-key { dsa  |  rsa } | prefer_kex { dh_group1 | 
dh_exchange_group } | prefer_ctos_cipher { 3des | des | aes128 } | prefer_stoc_cipher { 3des | 
des | aes128 } | prefer_ctos_hmac { sha1 | sha1_96 | md5 | md5_96 } | prefer_stoc_hmac { sha1 | 
sha1_96 | md5 | md5_96 } ] * 
View 
System view 
Parameters 
host-ip: IP address of the server. 
host-name: Host name of the server, a string of 1 to 20 characters.  
port-num: Port number of the server, in the range of 0 to 65535. The default value is 22.  
identity-key: The public key algorithm used by the publickey authentication. rsa is the default. 
dsa: The public key algorithm is DSA. 
rsa: The public key algorithm is RSA. 
prefer_kex: Specifies a preferred key exchange algorithm. You can select either of the two algorithms.  
dh_group1: Key exchange algorithm diffie-hellman-group1-sha1. It is the default key exchange 
algorithm.  
dh_exchange_group: Key exchange algorithm diffie-hellman-group-exchange-sha1.  
prefer_ctos_cipher: Preferred client-to-server encryption algorithm. The default algorithm is aes128.  
prefer_stoc_cipher: Preferred server-to-client encryption algorithm. The default algorithm is aes128.  
3des: 3des_cbc encryption algorithm. Support for this keyword depends on the number of 
encryption bits of the software version. The 168-bit version supports this keyword, while the 56-bit 
version does not. 
des: des_cbc encryption algorithm. 
aes128: aes_128 encryption algorithm.  
prefer_ctos_hmac: Preferred client-to-server HMAC algorithm. The default algorithm is sha1_96.  
prefer_stoc_hmac: Preferred server-to-client HMAC algorithm. The default algorithm is sha1_96.  
sha1: HMAC algorithm hmac-sha1.  
sha1_96: HMAC algorithm hmac-sha1-96.  
md5: HMAC algorithm hmac-md5.  
md5_96: HMAC algorithm hmac-md5-96.  
Description 
Use the sftp command to establish a connection with the remote SFTP server and enter SFTP client 
view.