[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to make persistant ssl tcp tunnels with openssh



On Mon, Aug 20, 2001 at 08:52:36AM -0500, Steven Pritchard wrote:
> Jordan Bettis said:
> > My problem is that if I don't have that term open running ssh, the ssl tcp
> > tunnel is closed, so how do I make it so that the tunnel is always open?
> 
> Look at the "preconnect" option for fetchmail.  (You'll probably want
> to add something like 'port 31337 preconnect "ssh -f -L
> 31337:localhost:110 $mailserver sleep 20" to your .fetchmailrc.)

preconnect is the better way, but "nohup" is probably the thing you
were looking for.

nohup ssh -f...  &

--Danny
-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.