3com S7906E 참조 가이드

다운로드
페이지 2327
 
1-27 
3des: Encryption algorithm 3des-cbc. 
aes128: Encryption algorithm aes128-cbc.  
des: Encryption algorithm des-cbc.  
prefer-ctos-hmac: Preferred HMAC algorithm from client to server, defaulted to sha1.  
md5: HMAC algorithm hmac-md5.  
md5-96: HMAC algorithm hmac-md5-96.  
sha1: HMAC algorithm hmac-sha1.  
sha1-96: HMAC algorithm hmac-sha1-96.  
prefer-kex: Preferred key exchange algorithm, default to dh-group-exchange
dh-group-exchange: Key exchange algorithm diffie-hellman-group-exchange-sha1.  
dh-group1: Key exchange algorithm diffie-hellman-group1-sha1.  
dh-group14: Key exchange algorithm diffie-hellman-group14-sha1 
prefer-stoc-cipher: Preferred encryption algorithm from server to client, defaulted to aes128.  
prefer-stoc-hmac: Preferred HMAC algorithm from server to client, defaulted to sha1.  
Description 
Use the ssh2 ipv6 command to establish a connection to an IPv6 SSH server and specify public key 
algorithm, the preferred key exchange algorithm, the preferred encryption algorithms, and preferred 
HMAC algorithms of the client and the server. 
Examples 
# Login to remote SSH2.0 server 2000::1, setting the algorithms as follows: 
Preferred key exchange algorithm: DH-group1 
Preferred encryption algorithm from server to client: AES128 
Preferred HMAC algorithm from client to server: MD5 
Preferred HMAC algorithm from server to client: SHA1-96. 
<Sysname> ssh2 ipv6 2000::1 prefer-kex dh-group1 prefer-stoc-cipher aes128 prefer-ctos-hmac 
md5 prefer-stoc-hmac sha1-96 
SFTP Client Configuration Commands 
bye 
Syntax 
bye 
View 
SFTP client view 
Default Level 
3: Manage level 
Parameters 
None