交换机ssh远程登录设置:
1、设定一个非默认的hostname
Switch(config)#hostname cisco
2、配置域名:
cisco(config)#ip domain-name test
4、指定加密长度:
cisco(config)#crypto key generate rsa
How many bits in the modulus [512]: 1024
% Generating 1024 bit RSA keys, keys will be non-exportable...[OK]
5、将vty线路下的登录方式改为 ssh
cisco(config)#line vty 0 4
cisco(config-line)#transport in ssh
收起