10-10-2013 12:24 PM - edited 03-11-2019 07:50 PM
Hello,
I need to enable the administration of Cisco ASA via SSH and Telnet found, I read quite a few ways of how to do it but I can not yet do.
Please your urgent assistance.
Greetings.
Solved! Go to Solution.
10-10-2013 12:30 PM
Hi,
You need these atleast
telnet
ssh version 2
ssh
ASA(config)# crypto key generate rsa modulus 1024
In the above you specify the source network where you are going to connect to the ASA. The source interface is also mentioned. This is the interface behind which the users are located. It might typically be "inside" and/or "outside". You can enter multiple statements if you are managing from multiple different networks.
For example
telnet 10.10.10.0 255.255.255.0 inside
ssh 10.10.10.0 255.255.255.0 inside
ssh 1.1.1.1 255.255.255.255 outside
In addition to this you can naturally configure local AAA on the ASA so you can use a username/password to authenticate.
Hope this helps
Please do remember to mark a reply as the correct answer if it answered your question.
Feel free to ask more if needed
- Jouni
10-10-2013 12:30 PM
Hi,
You need these atleast
telnet
ssh version 2
ssh
ASA(config)# crypto key generate rsa modulus 1024
In the above you specify the source network where you are going to connect to the ASA. The source interface is also mentioned. This is the interface behind which the users are located. It might typically be "inside" and/or "outside". You can enter multiple statements if you are managing from multiple different networks.
For example
telnet 10.10.10.0 255.255.255.0 inside
ssh 10.10.10.0 255.255.255.0 inside
ssh 1.1.1.1 255.255.255.255 outside
In addition to this you can naturally configure local AAA on the ASA so you can use a username/password to authenticate.
Hope this helps
Please do remember to mark a reply as the correct answer if it answered your question.
Feel free to ask more if needed
- Jouni
10-10-2013 12:49 PM
Thank you very much!!! your answer has been of very utility!
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: