05-31-2016 02:53 AM - edited 03-12-2019 12:49 AM
I have
I used the command ssh 0.0.0.0 0.0.0.0 outside where outside is my outside interface in ASA.
But, whenever
What can be done to solve this error and get the
In the same way,
Do
Please help. Thank you for your input.
Solved! Go to Solution.
05-31-2016 04:01 AM
Hi Diwakar,
Did you generate the crypto key ?
cry
Regards,
Aditya
Please rate helpful posts and mark correct answers.
06-01-2016 02:32 AM
Have you configured a locally defined usernme / password or are you using a RADIUS server?
also have you configured
aaa authentication ssh console LOCAL (tells the ASA to use the local username database)
aaa authentication enable console LOCAL (tells the ASA to use the same password for enable that is used for the user account.) though this is not needed if you have configured the enable password.
--
Please remember to select a correct answer and rate helpful posts
05-31-2016 04:01 AM
Hi Diwakar,
Did you generate the crypto key ?
cry
Regards,
Aditya
Please rate helpful posts and mark correct answers.
05-31-2016 04:28 AM
cry key gen rsa mod 1024
It's 2016, please do not suggest 1024 bit keys any more!
05-31-2016 09:16 PM
Hello there,
I have not generated the crypto
Is it "ssh 0.0.0.0 0.0.0.0 outside "
06-01-2016 12:57 AM
Hi Diwakar,
It should be fine.
Regards,
Aditya
Please rate helpful posts and mark correct answers.
06-01-2016 01:47 AM
Hi Aditya thank you for your response.
I ran the following commands and got the ssh access as well but now the user name and password is incorrect. I have not set any password for ssh and with the same password
06-01-2016 02:32 AM
Have you configured a locally defined usernme / password or are you using a RADIUS server?
also have you configured
aaa authentication ssh console LOCAL (tells the ASA to use the local username database)
aaa authentication enable console LOCAL (tells the ASA to use the same password for enable that is used for the user account.) though this is not needed if you have configured the enable password.
--
Please remember to select a correct answer and rate helpful posts
06-01-2016 02:53 AM
Hi Marius,
I don't have the RADIUS server and
Do you mean that using this command
06-04-2016 03:36 AM
if you intent to use a locally defined username / password you need to have the aaa authentication ssh console LOCAL command. Otherwise you would need to define the passwd <password> and use pix as the username. But don't do that as it might be confusing if you don't quite understand it.
--
Please remember to select a correct answer and rate helpful posts
06-04-2016 03:49 AM
Luckily, the pix/asa default username is gone a long time ago.
06-04-2016 03:51 AM
That depends on the version you are running :-)
Unfortunately there are still quite a few companies out there running 8.2.
--
Please remember to select a correct answer and rate helpful posts
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