Hi All
I am trying to jump off a Nexus 5k on to ASA 5525 via ssh, Im getting a password prompt however it is refusing the password I am
using.
I am using the same credentials as if I would console in or SSH externally.
Please shed some light on this
Many thanks
Solved! Go to Solution.
hi,
try with a -l <username>
nexus#ssh -l admin <ASA IP>
The nexus is a bit different...
ssh admin@192.168.1.1
Thanks for your response all