Enable the SSHv2 server to provide secure communications for accessing the switch. The switch does not support SSHv1.
To enable SSH, ensure to enable RSA or DSA authentication, or both using command ssh rsa-auth or ssh dsa-auth.
enable
configure terminal
boot config flags sshd
save config
Enable the SSHv2 server:
Switch:1>enable Switch:1#configure terminal Switch:1(config)#boot config flags sshd Switch:1(config)#save config