cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
517
Views
5
Helpful
3
Replies

ssh over vpn.

gaurang_pandya
Level 1
Level 1

Hi,

I am able to get connected to RA VPN without any problem, and am also able to access the servers behind. But am not able to SSH any interface of my ASA firewall (7.0). Though I have opened ssh to the IP Pool (that I am getting from ASA when getting connected to RA VPN) from all the interfaces.

Any idea??

Gaurang.

3 Replies 3

m.reay
Level 1
Level 1

Have you allowed ssh access to the device from your IP address

ssh outside host 192.168,1,1

for example

1. Are you using split tunneling?

2. If not, to ssh to outside inteface of ASA, you must add the outside interface address to the crypto interesting traffic acl's.

3. To ssh to the inside interface address, add "management-access inside" to ASA config.

Please rate helpful posts.

What worked like charm, thanks!!!