
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2015 01:24 PM - edited 03-11-2019 11:32 PM
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
Solved! Go to Solution.
- Labels:
-
NGFW Firewalls
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2015 02:08 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2015 02:08 PM
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
