Re: ssh authentication woes

2001-06-07 Thread Mike Egglestone
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 se

Re: ssh authentication woes

2001-06-07 Thread Andrew D Dixon
Alvin Oga wrote: > > hi michael > > am guessing, you want to login into the remote machine > and have it display stuff local on your pc??? > > lets say remote == 1.2.3.4 > lets say here == 5.6.7.8 ( where you;re sitting ) > > here# xhost +1.2.3.4 > > here# ssh -l michael remote > -

Re: ssh authentication woes

2001-06-07 Thread ANDREW PERRIN
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 tunnell

Re: ssh authentication woes

2001-06-07 Thread Alvin Oga
hi michael am guessing, you want to login into the remote machine and have it display stuff local on your pc??? lets say remote == 1.2.3.4 lets say here == 5.6.7.8 ( where you;re sitting ) here# xhost +1.2.3.4 here# ssh -l michael remote - enter passwd remote# export DISPLAY=5.6.7