可以将 VTY 密码 7 更改为机密 9

网络工程 思科
2022-02-21 18:09:09

我有的版本

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意思?

0个回答
没有发现任何回复~