3Com Switch 8800 Advanced Software V5 Configuration Guide

958 CHAPTER 72: CONFIGURING SSH VERSION 2.0
Displaying and
Maintaining SSH
Follow these steps to display and maintain the SSH protocol.
Establish a
connection between
the SSH client and
server, and specify
the preferred key
exchange algorithm,
preferred encryption
algorithm, and
preferred HMAC
algorithm for the
client and server
Establish a
connection between
the SSH client and
IPv4 server, and
specify the preferred
key exchange
algorithm, preferred
encryption
algorithm, and
preferred HMAC
algorithm for the
client and server
ssh2 { host-ip |
host-name } [
port-number ] [
prefer_ctos_cipher {
3des | aes128 | des } |
prefer_ctos_hmac {
md5 | md5_96 | sha1 |
sha1_96 } | prefer_kex
{ dh_exchange_group
| dh_group1 } |
prefer_stoc_cipher {
3des | aes128 | des } |
prefer_stoc_hmac {
md5 | md5_96 | sha1 |
sha1_96 } ] *
Use one command
Establish a
connection between
the SSH client and
IPv6 server, and
specify the preferred
key exchange
algorithm, preferred
encryption
algorithm, and
preferred HMAC
algorithm for the
client and server
ssh2 ipv6 {
ipv6-address |
host-name } [
port-number ] [
prefer_ctos_cipher {
3des | aes128 | des } |
prefer_ctos_hmac {
md5 | md5_96 | sha1 |
sha1_96 } | prefer_kex
{ dh_exchange_group
| dh_group1 } |
prefer_stoc_cipher {
3des | aes128 | des } |
prefer_stoc_hmac {
md5 | md5_96 | sha1 |
sha1_96 } ] *
To do... Use the command... Remarks
To do... Use the command... Remarks
View the public key
information of the host key
pair and server key pair
display rsa local-key-pair
public
Available in any view
Display the remote RSA public
key
display rsa peer-public-key
[ brief | name keyname ]
Available in any view
Display the source IP address
or interface currently set for
the SFTP client
display sftp client source Available in any view
Display the source IP address
or interface currently set for
the SSH client
display ssh client source Available in any view
Display the status information
or session information of an
SSH server
display ssh server { status |
session }
Available in any view
Display the mappings
between host public keys and
SSH servers saved on a client
display ssh server-info Available in any view
Display information about a
specified or all SSH users on
the SSH server
display ssh
user-information [ username
]
Available in any view