配置本地console的密码登陆管理

1.只是使用密码登陆而已,安全性较弱
user-interface con 0
authentication-mode password
2.使用用户登陆加密码
user-interface console 0
authertication-mode aaa
aaa
local-user 12 password cipher 123456++
配置ssh的stelnet远程管理
user-interface vty 0 4
authentication-mode aaa
protocol inboud ssh
aaa
local-user huawei password cipher
local-user huawei privilege level 15
local-user huawei service-type ssh
ssh user huawei authentication-type all
stelnet server enable
注意在客户机上要配置 ssh client first-time enable
客户机才可以stelnet上服务器
配置telnet管理
1.配置telnet的密码而已
user-interface vty 0 4
authentication-mode password
user privilege level 15
2.telnet后需要用户名
user-interface vty 0 4
authentication-mode aaa
user privilege level 15
aaa
local-user 12 password cipher 123456++
local-user 15 service-type telnet
以上为所有在ensp现在自己知道的知识,知识无价,希望看过的人给个赞,各位大佬看完活动活动一下手指,感谢感谢

本文详细介绍了如何配置网络设备的本地console、SSH及Telnet远程管理登录方式,包括密码认证、用户认证等不同级别的安全设置。
3041

被折叠的 条评论
为什么被折叠?



