cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
482
Views
0
Helpful
4
Replies

SSH to ASA 5510 remotely

mburguk1000
Level 1
Level 1

I want to set up SSH to my ASA externally so I can manage it remotely,can some one please tell me the most secure way to do it

Many Thanks

4 Replies 4

Collin Clark
VIP Alumni
VIP Alumni

PIX(config)#hostname PIXOne

PIXOne(config)#domain-name mydomain.com

PIXOne(config)#ca generate rsa key 1024

PIXOne(config)#ssh time-out 60

PIXOne(config)#ssh 75.50.95.72 255.255.255.255 outside

PIXOne(config)#passwd your_secret_password

PIXOne(config)#exit

PIXOne#wr mem

The ssh 75.50.95.72 255.255.255.255 outside line should be changed to be the address you want to manage the ASA from. Limit this to as few addresses as possible.

Hope that helps.

Thanks for your swift reply, is that method just using a password and no other means of authentication

Yes. You can configure other methods though (local, radius, tacacs, etc).

Step 1.

domain-name name

Step 2.

crypto key generate rsa

HTH

Vikram

Step 3.

Enable SSH on an interface.

ssh x.x.x.x netmask outside

default username & password are pix/cisco

Review Cisco Networking products for a $25 gift card