Linux Computer Store and Cafe

Kezdőlap
Csatolmányok:
Üzenet email-ben
+ (text/plain)
Üzenet törlése
Válasz az üzenetre
Szerző: Gontran Zepeda
Dátum:  
Tárgy: Linux Computer Store and Cafe
* Thomas Mondoshawan Tate () wrote:
> Anybody have any success in forwarding X11 ports with OpenSSH? I'm
> attempting to do this simple task by starting the SSH session from an xterm
> like so:
>
> [crystaldragon:~]$ ssh -C -X thing
>


May I suggest 'f'!

     -f      Requests ssh to go to background just before command
         execution.  This is useful if ssh is going to ask for
         passwords 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.


Gontran