华三交换机如何给特定用户配置哈希密码
华三交换机配置哈希密码的步骤如下:
1.进入交换机命令行界面。
2.进入特定用户的配置模式,例如:
switch# configure terminal
switch(config)# username user1 privilege 15 password 123456
3.在该用户的配置模式下,输入以下命令设置哈希密码:
switch(config-username)# password-encryption aes
4.输入新的密码,并确认密码。
switch(config-username)# password new_password
switch(config-username)# password new_password confirm
5.退出用户配置模式,保存配置。
switch(config-username)# exit
switch# write
以上就是华三交换机给特定用户配置哈希密码的步骤,通过哈希加密可以有效提高用户密码的安全性。
原文地址: https://www.cveoy.top/t/topic/fpl8 著作权归作者所有。请勿转载和采集!