4 ip ssh server authentication-type, 5 ip ssh server host-key rsa key – CANOGA PERKINS CanogaOS Command Reference User Manual
Page 746

CanogaOS Command Line Reference
Revision 1.02
Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches
Page 746 of 855
40.4 ip ssh server authentication-type
To configure Secure Shell (SSH) authentication type on your switch, use the ip ssh server
authentication-type command in global configuration mode. To restore the default value, use the no
form of this command.
Command Syntax
ip ssh server authentication-type {all | [password] [public-key] [rsa]}
no ip ssh server authentication-type
all
Enable all authentication type.
password
Enable password authentication.
public-key Enable SSHv2 public key authentication.
rsa
Enable SSHv1 rsa authentication.
Default
The default authentication type is all.
Command Mode
Global configuration
Usage
Examples
The following examples configure SSH authentication type on your switch:
Switch(config)# ip ssh server authentication-type password
Related Commands
show ip ssh server status
40.5 ip ssh server host-key rsa key
To configure Secure Shell (SSH) host-key on your switch, use the ip ssh server host-key rsa key
command in global configuration mode. To restore the default value, use the no form of this command.
Command Syntax
ip ssh server host-key rsa key key
no ip ssh server host-key rsa
key
The key value for host key.
Default