Linux Computer Store and Cafe

Página superior
Adjuntos:
Obtener este mensaje como un correo
+ (text/plain)
Eliminar este mensaje
Responder a este mensaje
Autor: Gontran Zepeda
Fecha:  
Asunto: 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