cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
328
Views
0
Helpful
1
Replies

Accessing ASA from internet

milan_ver
Level 1
Level 1

Hi,

I want to access my ASA 5505 from internet.

Please let me know, how I can achive it.

Regards,

Milan Verma

1 Reply 1

Eugene Korneychuk
Cisco Employee
Cisco Employee

Hello Milan,

You can do the following to access your ASA from internet:

you need a public/private keypair:

asa(config)# crypto key generate rsa general-keys modulus 2048

a username:

asa(config)# username testuser password testpass

and the system should know where your useraccounts are:

asa(config)# aaa authentication ssh console LOCAL

permit ssh on the outside for everyone

asa(config)# ssh 0 0 outside

Edit: And only allowing SSHv2:

asa(config)# ssh version 2

Review Cisco Networking for a $25 gift card