我有的版本
Router1#sh ver
Cisco IOS XE Software, Version 16.09.02
.
Router1#sh run | sec vty
line vty 0 4
password 7 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
login authentication local_auth
transport input telnet ssh
当我处于 vty 行的 conf 模式时。它没有给我一个选项algorithm-type scrypt以下是我得到的唯一选项。
Router1(config-line)#password ?
0 Specifies an UNENCRYPTED password will follow
7 Specifies a HIDDEN password will follow
<0-9> Encryption types not explicitly specified
LINE The UNENCRYPTED (cleartext) line password
LINE The UNENCRYPTED (cleartext) line password
Router1(config-line)#password 9 ?
LINE The UNENCRYPTED (cleartext) line password
Router1(config-line)#password 9
我的问题是,是否存在将 vty 安全性从密码 7 提高到机密 9 的方法
提前致谢
PS是什么<0-9> Encryption types not explicitly specified意思?