Christian Laursen wrote:

It is also worth taking a look at the ProxyCommand option.

For the case above something like this should be put in ~/.ssh/config:

Host your.own.host-tunneled
  HostKeyAlias your.own.host
  ProxyCommand ssh [EMAIL PROTECTED] nc your.own.host 22

The you can just do "ssh your.own.host-tunneled" and go through
your.friends.host transparently.


I forgot about this one: indeed a beauty ;-)

Peter
--
http://www.boosten.org
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to