Access Security Guide K/KA/KB.15.15

If no username is configured, the username of the current login is used. There
will be a prompt for a password if needed.
hostname
Hostname of the remote system.
IPv4
IPv4 address of the remote system.
IPv6
IPv6 address of the remote system.
[port <1-65535>]
The TCP port running the SSH server on the remote system. If no port number is
specified, the default port 22 is used.
Default: Port 22
Using
Prerequisite for using SSH
Before using the switch as an SSH server, you must install a publicly or commercially available
SSH client application on the computer(s) you use for management access to the switch. If you
want client public-key authentication, then the client program must have the capability to generate
or import keys
Public Key Formats
Any client application you use for client public-key authentication with the switch must have the
capability to export public keys. The switch can accept keys in the PEM-Encoded ASCII Format or
in the Non-Encoded ASCII format.
Figure 175 Public Key in PEM-Encoded ASCII format common for SSHv2 clients
Creating a Client Public-Key text file
These steps describe how to copy client public keys into the switch for challenge-response
authentication, and require an understanding of how to use your SSH client application.
Figure 176 A client public key
Using 247