2.8. Login

简介:


2.8.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
			
			

2.8.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
			




原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

目录
相关文章
|
12月前
|
数据安全/隐私保护
Invalid Login Credentials
Invalid Login Credentials
73 0
|
小程序 前端开发
wx.login 和 wx.getUserProfile 同时使用问题
wx.login 和 wx.getUserProfile 同时使用问题
wx.login 和 wx.getUserProfile 同时使用问题
HttpMessageNotReadableException: Required request body is missing: xxx.controller.login(xxx)...
HttpMessageNotReadableException: Required request body is missing: xxx.controller.login(xxx)...
HttpMessageNotReadableException: Required request body is missing: xxx.controller.login(xxx)...
|
开发工具 git
Incorrect username or password (access token)
Incorrect username or password (access token)
178 0
Incorrect username or password (access token)
|
PHP
【laravel】在使用Auth认证时,登录后直接进入home,不登录会直接跳转到login
【laravel】在使用Auth认证时,登录后直接进入home,不登录会直接跳转到login
345 0
【laravel】在使用Auth认证时,登录后直接进入home,不登录会直接跳转到login
|
数据安全/隐私保护
SAP Spartacus的登录验证机制 - user login Authentication
SAP Spartacus的登录验证机制 - user login Authentication
138 0
SAP Spartacus的登录验证机制 - user login Authentication
SAP Spartacus login 超链接和 login form 的区别
SAP Spartacus login 超链接和 login form 的区别
SAP Spartacus login 超链接和 login form 的区别
|
网络安全
|
数据安全/隐私保护 网络架构 网络安全