Date: Wed, 14 Jun 2000 14:16:02 -0700 From: Steve Shah <sshah@clickarray.com> To: freebsd-net@freebsd.org Subject: persistant ssh connections Message-ID: <20000614141602.A1932@clickarray.com>
next in thread | raw e-mail | index | archive | help
Hi Gang, I want to setup ssh port forwarding in such a way that they can be started without user intervention. I already have the keys setup in a way that allows me to do things like: [user@host ~]$ ssh -L 5555:localhost:5555 remote.host.com without having to enter a password. But now I have to maintain activity on the link so that the forwarding doesn't get dropped. =( I tried various combinations of -f -n and -S without success. I'm sure it is something straight forward. Any enlightment would be much appreciated. Thanks, -Steve -- ___________________________________________________________________________ Steve Shah (sshah@clickarray.com) | Developer/Systems Administrator/Author http://www.clickarray.com | Voice: 408.772.8202 (e-mail preferred) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Beating code into submission, one OS at a time... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000614141602.A1932>