首页 > Web开发 > 详细

华为交换机telnet ssh

时间:2020-07-18 11:29:02      阅读:37      评论:0      收藏:0      [点我收藏+]
#配置telnet-password验证			       
user-interface vty 0 4		
protocol inbound telnet                
authentication-mode password           
set authentication password cipher Huawei@123	
user privilege level 0                      
#配置telnet-AAA验证
aaa
local-user Huawei password cipher Huawei@123                                                                    
local-user Huawei privilege level 0   
local-user Huawei service-type telnet  
user-interface vty 0 4		
protocol  inbound  telnet                 
authentication-mode aaa              
user privilege level 0         
#配置SSH-password验证
aaa
local-user Huawei password cipher Huawei@123
local-user Huawei privilege level 0 
local-user Huawei service-type ssh  
user-interface vty 0 4		  
protocol inbound ssh  
authentication-mode aaa   
user privilege level 0   
#SSH服务器功能配置
ssh user Huawei authentication-type p
stelnet server enable
rsa local-key-pair create 

华为交换机telnet ssh

原文:https://www.cnblogs.com/kylingx/p/13334466.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!