07-30-2022 01:12 PM
Hello People,
I really need some help here.
I tried disabling ssh version 2 on cisco Firepower ASA console but then the ssh version 2 still remains even after running the "no ssh version 2" command.
I want to remove the ssh config from the device.
Please assist.
07-30-2022 01:15 PM
show ssh session
then do
ssh disconnect <SID you get from first step>
07-30-2022 01:19 PM
Hi MMH,
Will this take the ssh version 2 off the cli when i do a show running-config on the device?
07-30-2022 01:28 PM - edited 07-30-2022 01:31 PM
sorry you want to disable session or remove ALL SSH Ver. 2?
If Yes
then try as I think
ip ssh ver 1
this make ASA replace the ver from 2 to 1.
07-30-2022 01:39 PM
I don't want to have both ssh version1 and 2 running on it.
I want to completely disable ssh from the device.
08-01-2022 10:59 AM
You have to remove any instance of the the "ssh" commands, e.g.:
no ssh { ip_address mask | ipv6_address/prefix } interface
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide