Mailinglist Archive: opensuse (4208 mails)
| < Previous | Next > |
Re: [SLE] Remote X Sessions
- From: John Andersen <jsa@xxxxxxxxxxxxxx>
- Date: Wed, 14 Jul 2004 22:38:48 -0800
- Message-id: <200407142238.54487.jsa@xxxxxxxxxxxxxx>
On Wednesday 14 July 2004 10:40 am, Anders Johansson wrote:
> > Try this
> > ssh -X -T user@xxxxxxxxxxxxx xterm
>
> Why -T? Why not simply
>
> ssh -X user@xxxxxxxxxxxxx
>
> get a shell, and run the apps, with a few more bytes bandwidth not consumed
> by the superfluous xterm.
The question was how to start remote X applications via ssh, and
I used xterm merely as an example.
Presumably the OP already knew about getting a shell and starting
from there, but he had specifically asked about starting an X app
directly.
So in that case, the -T suppresses the terminal.
Hope that explains what I forgot to explain last time.
--
_____________________________________
John Andersen
> > Try this
> > ssh -X -T user@xxxxxxxxxxxxx xterm
>
> Why -T? Why not simply
>
> ssh -X user@xxxxxxxxxxxxx
>
> get a shell, and run the apps, with a few more bytes bandwidth not consumed
> by the superfluous xterm.
The question was how to start remote X applications via ssh, and
I used xterm merely as an example.
Presumably the OP already knew about getting a shell and starting
from there, but he had specifically asked about starting an X app
directly.
So in that case, the -T suppresses the terminal.
Hope that explains what I forgot to explain last time.
--
_____________________________________
John Andersen
| < Previous | Next > |