SSH TCP port forwarding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 06:01 AM
Does IOS support SSH TCP port forwarding ?
Thank you,
Yves
- Labels:
-
Remote Access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2005 07:46 AM
I think yes Cisco IOS support SSH and TCP port forwarding.The following document explains u how to enable Secure Shell on Cisco IOS routerd and switches.I think this would help you clearly.
http://www.cisco.com/en/US/tech/tk583/tk617/technologies_tech_note09186a00800949e2.shtml#testingauth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 12:22 PM
I don't think so... it would really be a stupid move of Cisco to allow this... however I could see the use for it.. :)
As the 12.4 IOS Security Configuration guide says:
"Secure Shell - Restrictions - Execution shell is the only application supported."
Did it help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 07:48 AM
Hi,
If you mean fordward a request on a internet router1, port 22, to a private router2/gw ,port 22, using nat, try this:
ip nat inside source static tcp
Rene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2018 07:15 PM
@kogels wrote:
ip nat inside source static tcp 22 22 extendable
This command has several issues. First you need to specify the address of router2 somewhere. Second the first port listed shouldn’t be 22, because that would conflict with SSH (if it’s enabled) on router1.
