Re: syntax of ssh wrapper for X Windows command
From: dawbins (dawbins_at_n0n0.com)
Date: 06/23/03
- Next message: all mail refused: "Re: syntax of ssh wrapper for X Windows command"
- Previous message: Richard E Silverman: "Re: Putty 0.53 hangs if Micrsoft VPN connection is started"
- In reply to: Richard E Silverman: "Re: syntax of ssh wrapper for X Windows command"
- Next in thread: all mail refused: "Re: syntax of ssh wrapper for X Windows command"
- Reply: all mail refused: "Re: syntax of ssh wrapper for X Windows command"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 23 Jun 2003 21:45:08 GMT
Thank you for responding.
I have two computers comp1 (local) and comp2 (remote) connected by
ethernet.
'ssh comp2' allows me to log into comp2 from comp1 but as a
command line user and the connection is encrypted.
X :1 -query comp2 (after changes to /etc/inittab,
/etc/X11/xdm/xdm-config and /etc/X11/xdm/Xservers on comp2)
allows logging into a comp2 Xwindows from comp1.
if I do 'ssh comp2' and log in - and then type startx - an Xwindow
is started on comp2 not on comp1
I want to log into comp2 from comp1 by way of the Xwindows
which is what X :1 -query comp2 does.
You are saying it isn't possible to ssh wrap the command
X :1 -query comp2
like
tar cf - /dir | ssh comp2 tar xf -
so the Xwindows login connection is encrypted over the ethernet?
thanks,
Richard E Silverman wrote:
>
> > Hi
> > I have been trying to openSSH wrap the following X windows command :
> >
> > X :1 -query comp2
>
> It is not clear what you mean by "wrapping a command." However, if you're
> trying to use SSH X forwarding, you're confused. This command starts an X
> server. SSH X forwarding is used to protect connections from X clients.
> This command does not start any X connections to protect. Separately, the
> -query argument tells it to use XDMCP, but that's a UDP protocol not
> amenable to SSH forwarding anyway.
>
> --
> Richard Silverman
> res@qoxp.net
- Next message: all mail refused: "Re: syntax of ssh wrapper for X Windows command"
- Previous message: Richard E Silverman: "Re: Putty 0.53 hangs if Micrsoft VPN connection is started"
- In reply to: Richard E Silverman: "Re: syntax of ssh wrapper for X Windows command"
- Next in thread: all mail refused: "Re: syntax of ssh wrapper for X Windows command"
- Reply: all mail refused: "Re: syntax of ssh wrapper for X Windows command"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|