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

Reverse SSH through ASA

mbhatti1986
Level 1
Level 1

Hi All,

 

Is there a way to create Reverse ssh tunnel through ASA. 

 

I have 5520 and there is a server behind the ASA. I would like to create Reverse SSH tunnel from server in our Datacentre to the server behind the ASA. Both servers have public ip addresses. Would it be just a case of allowing the connection from the Server in DC to the server behind ASA on port 22 or is there anything else needed. 

 

I also read somewhere that we can use port to port mapping for this purpose. 

 

Appreciate your help on this. 

 

Thanks 

1 Accepted Solution

Accepted Solutions

For that you only need access-control. On the interface where the connection enters the ASA, add a an ACL line like the folllowing:

access-list NAME-OF-ACL permit tcp host SSH-CLIENT-IP host SSH-SERVER-IP eq 22

 

View solution in original post

1 Reply 1

For that you only need access-control. On the interface where the connection enters the ASA, add a an ACL line like the folllowing:

access-list NAME-OF-ACL permit tcp host SSH-CLIENT-IP host SSH-SERVER-IP eq 22

 

Review Cisco Networking for a $25 gift card