Disable Weak SSH Encryption Algorithms on Cisco SD-WAN Manager Using CLI
-
From the Cisco SD-WAN Manager menu, choose .
-
Choose the Cisco SD-WAN Manager device on which you wish to disable weaker SSH algorithms.
-
Enter the username and password to log in to the device.
-
Enter SSH server mode.
vmanage# config terminal
vmanage(config)# system
vmanage(config-system)# ssh-server
-
Do one of the following to disable an SSH encryption algorithm:
-
Disable SHA-1:
-
vmanage(config-ssh-server)# no kex-algo sha1
-
vmanage(config-ssh-server)# commit
The following warning message is displayed:
The following warnings were generated: 'system ssh-server kex-algo sha1': WARNING: Please ensure all your edges run code version > 18.4.6 which negotiates better than SHA1 with vManage. Otherwise those edges may become offline. Proceed? [yes,no] yes
-
Ensure that any Cisco vEdge devices in the network are running Cisco SD-WAN Release 18.4.6 or later and enter yes.
-
-
Disable AES-128 and AES-192:
-
vmanage(config-ssh-server)# no cipher aes-128-192
-
vmanage(config-ssh-server)# commit
The following warning message is displayed:
The following warnings were generated: 'system ssh-server cipher aes-128-192': WARNING: Please ensure all your edges run code version > 18.4.6 which negotiates better than AES-128-192 with vManage. Otherwise those edges may become offline. Proceed? [yes,no] yes
-
Ensure that any Cisco vEdge devices in the network are running Cisco SD-WAN Release 18.4.6 or later and enter yes.
-
-