Solved: SSH tunnel question

Shawn O'Shea shawn at eth0.net
Wed Feb 27 16:04:14 EST 2008


On 2/27/08, Ben Scott <dragonhawk at gmail.com> wrote:
>
> On Wed, Feb 27, 2008 at 2:50 PM, Steven W. Orr <steveo at syslang.net> wrote:
> >  When I run the work side incantation, it turns into a shell session. Is
>
> >  there a way to change it so that it has no session at the end of it ...
>
>   From ssh(1):
>
>      -N      Do not execute a remote command.  This is useful for just
> for-
>              warding ports (protocol version 2 only).



Also of use to tell ssh to background itself:
-f      Requests ssh to go to background just before command execution.
This is useful if ssh is going to ask for pass-
             words or passphrases, but the user wants it in the background.
This implies -n.  The recommended way to start
             X11 programs at a remote site is with something like ssh -f
host xterm


-Shawn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.gnhlug.org/mailman/private/gnhlug-discuss/attachments/20080227/8080a260/attachment.html 


More information about the gnhlug-discuss mailing list