cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
277
Views
0
Helpful
2
Replies

How to enable administration of Cisco ASA ssh instead of telnet?

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.

1 Accepted Solution

Accepted Solutions

Jouni Forss
Mentor
Mentor

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

View solution in original post

2 Replies 2

Jouni Forss
Mentor
Mentor

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

Thank you very much!!! your answer has been of very utility!

Getting Started

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:

Recognize Your Peers