R3166-R3206-HP High-End Firewalls System Management and Maintenance Command Reference-6PW101
172
Parameters
None
Description
Use the display ssh client source command to display the source IP address or source interface set for the
SSH client.
If neither source IP address nor source interface is specified for the SSH client, the system will prompt you
to specify the source information.
Related commands: ssh client source.
Examples
# Display the source IP address of the SSH client.
<Sysname> display ssh client source
The source IP address you specified is 192.168.0.1
display ssh server-info
Syntax
display ssh server-info
View
Any view
Default level
1: Monitor level
Parameters
None
Description
Use the display ssh server-info command on a client to display mappings between SSH servers and their
host public keys saved on the client.
When an SSH client needs to authenticate the SSH server, it uses the locally saved public key of the
server for the authentication. If the authentication fails, you can use this command to check the public key
of the server saved on the client.
Related commands: ssh client authentication server.
NOTE:
This command is also available on an SFTP client.
Examples
# Display the mappings between host public keys and SSH servers saved on the client.
<Sysname> display ssh server-info
Server Name(IP) Server public key name
______________________________________________________
192.168.0.1 abc_key01
192.168.0.2 abc_key02