Not exactly, but close (BTW, I'm a different Andrew :)) - a user with an X server (of any type - Linux, U*x, Windows, etc.) and an ssh client can ssh into a correctly-configured Linux (or U*x) machine and have X applications running on the remote host automatically display locally using ssh tunnelling. As a convenient by-product, these sessions are encrypted and (usually) compressed.
The Linux box must be set up to allow X forwarding, and the user must use the -X option (or have X forwarding set up by default). --------------------------------------------------------- Andrew J. Perrin - Assistant Professor of Sociology University of North Carolina, Chapel Hill 269 Hamilton Hall CB#3210, Chapel Hill, NC 27599-3210 USA [EMAIL PROTECTED] - http://www.unc.edu/~aperrin On Tue, 5 Jun 2001, Mike Egglestone wrote: > Hey Andrew... > > Are you saying that a user can ssh into a "linux box with X windows".... > and have X windows access through ssh? > > this is very cool... > Where can I find info to set this up? > > thanks > Mike > > > Nope, it's even easier than that: > > #ssh -X remote > > will tunnel X over ssh without any other setting of display stuff. > > Check out the man page too. There's a lot of great rsa stuff that ssh > > does. > > > > later, > > Andy > > > > > > -- > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > > > > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >