Home | 简体中文 | 繁体中文 | 杂文 | 知乎专栏 | 51CTO学院 | CSDN程序员研修院 | Github | OSChina 博客 | 腾讯云社区 | 阿里云栖社区 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏多维度架构

20.10. Login

20.10.1. Telnet

Telnet

			
local-user h3c
 password cipher OUM!K%F<+$[Q=^Q`MAF4<1!!
 service-type telnet

user-interface vty 0 4
 authentication-mode scheme
 user privilege level 3
 protocol inbound telnet
			
			

20.10.2. SSH

SSH

public-key local create rsa
ssh server enable

local-user admin
password cipher your_password
service-type ssh
authorization-attribute level 3


user-interface vty 0 4
authentication-mode scheme
protocol inbound ssh

ssh user admin service-type stelnet authentication-type password
user privilege level 3
ssh client source interface loopback0