SSH connects to port 22.
Privileged EXEC mode
Use this command to establish an encrypted SSH connection from a switch to a remote networking device. This implementation is based on SSH v2.
To use the ssh command on the management VRF, use the vrf keyword and enter mgmt-vrf manually.
The following features are not supported:
To connect to a remote device using an SSH connection with default settings:
device# ssh 10.70.212.152 The authenticity of host '10.70.212.152 (10.70.212.152)' can't be established. RSA key fingerprint is f0:2a:7e:48:60:cd:06:3d:f4:44:30:2a:ce:68:fe:1d. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '10.70.212.152' (RSA) to the list of known hosts. Password:
To connect to a remote device using an SSH connection with the management VRF:
device# ssh 10.70.212.152 vrf mgmt-vrf
To connect to a remote device using an SSH connection with a login name:
device# ssh -l admin 127.2.1.8 admin@127.2.1.8's password