SSH配置

思科设备配置SSH(K9版本)
enable ssh-ser
crypto key generate rsa
512
service?password-encryption
aaa new-modle
username 123 password 123
ip domail-name https://www.360docs.net/doc/6f17344158.html,
access-list X permit x.x.x.x
ip ssh time-out 180
ip ssh authentication-retries 5
line vty 0 4
login local
transport input ssh
access-class X in
华为交换机配置SSH
rsa?local-key-pair?create
512
aaa?
local-user?admin?password?cipher?admin
local-user?admin?level?3?
local-user?admin?service-type?ssh
stelnet server enable
ssh user admin authentication-type password
ssh user admin service-type stelnet

user-interface vty 0 4
authentication-mode aaa
protocol inbound ssh
quit
华为路由器配置SSH
sysname Quidway
radius scheme system
domain system
local-user huawei
password simple huawei
service-type ssh
level 3

rsa local-key-pair create
512
stelnet server enable
ssh user huawei authentication-type password
ssh user huawei service-type stelnet

user-interface vty 0 4
authentication-mode scheme

相关文档
最新文档