
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] ssh tunnel in background requires nohup?
- Date: Tue, 5 Jun 2007 19:08:52 +0900 (JST)
- From: Curt Sampson <cjs@example.com>
- Subject: Re: [tlug] ssh tunnel in background requires nohup?
- References: <20070525050045.GG58681@samsara.bebear.net>
On Fri, 25 May 2007, Al Hoang wrote:
somehost$ ssh -f -n -N -L 8080:localhost:80 example@example.com
Instead, just:
ssh -n -N -L 8080:localhost:80 example@example.com &
cjs
--
Curt Sampson <cjs@example.com> +81 90 7737 2974
Mobile sites and software consulting: http://www.starling-software.com
Home |
Main Index |
Thread Index