[Bug 904] Better support for multi hop ssh/scp/sftp and anonymous port forwarding
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Thu Jul 22 08:22:48 EST 2004
http://bugzilla.mindrot.org/show_bug.cgi?id=904
------- Additional Comments From dtucker at zip.com.au 2004-07-22 08:22 -------
You can already do this with a ProxyCommand and a little help from the
intermediate hosts.
Suppose you have two sets of firewalls with hostA at one end, hostB in the
middle and hostC at the other end. You can do something like the following in
~/.ssh/config on hostA:
Host hostB
User user1
Host hostC
ProxyCommand ssh hostB nc hostC 22
User user2
You can keep stacking these (although obviously get slower):
Host hostD
ProxyCommand ssh hostC nc hostD 22
User user3
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list