cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
377
Views
0
Helpful
3
Replies

EasyVPN telnet/ssh access

roseeng69
Level 1
Level 1

I am attempting to obtain access to my easyvpn client firewall (ASA5505). I have added the telnet and ssh commands for access but it doesn't work. Any ideas?

management-access inside

same-security-traffic permit intra-interface

aaa-server Cisco-ACS protocol tacacs+

aaa-server Cisco-ACS (inside) host 1.1.1.2

key ****

aaa authentication ssh console Cisco-ACS LOCAL

telnet 1.1.0.0 255.255.0.0 inside

ssh 1.1.0.0 255.255.0.0 inside

crypto key generate rsa modulus 1024

Any help would be greatly appreciated. Thanks!

3 Replies 3

singhsaju
Level 4
Level 4

From where are you trying to access it ?

As per the config you are only allowed to do telnet/ssh from 1.1.0.0/16 from inside interface.

Yes, that's correct. The 1.1.0.0/16 network is from the main office.

enable "debug ssh" and try to connect ssh and capture debugs and post results.