JUNIPER router的TELNET设置
JUNIPER router的TELNET设置
1、 启动TELNET 功能
root@ccsr-juniper# set system services telnet
2、设置用户名,并指定登入权限
root@ccsr-juniper# set system login user csr class super-user
3、设置审查口令 :(俺们都是活雷锋)
root@ccsr-juniper# set system login user csr authentication ?
Possible completions:
+ apply-groups Groups from which to inherit configuration data
+ apply-groups-except Don't inherit configuration data from these groups
encrypted-password Encrypted password string
load-key-file File (URL) containing one or more ssh keys
plain-text-password Prompt for plain text password (autoencrypted)
> ssh-dsa Secure shell (ssh) DSA public key string
> ssh-rsa Secure shell (ssh) RSA public key string
[edit]
root@ccsr-juniper# set system login user csr authentication plain-text-password
root@ccsr-juniper# ...sr authentication plain-text-password
New password: 俺们都是活雷锋
Retype new password: 俺们都是活雷锋
4、保存设置
root@ccsr-juniper# commit
commit complete