In RedHat I could command:
xhost + remote.machine.name.edu
and then connect to that machine using:
ssh remote.machine.name.edu
and while on that remote machine, I could issue the command
export DISPLAY=xxx.yyy.zzz.mno:0
which would be my local IP. Then I could see xdvi output on my monitor as issued by the remote machine.
Using ssh and "ssh -Y" I've been unable to do this. Can someone help me with getting this standard linux protocol working?
Thanks.
cwd
xhost + remote.machine.name.edu
and then connect to that machine using:
ssh remote.machine.name.edu
and while on that remote machine, I could issue the command
export DISPLAY=xxx.yyy.zzz.mno:0
which would be my local IP. Then I could see xdvi output on my monitor as issued by the remote machine.
Using ssh and "ssh -Y" I've been unable to do this. Can someone help me with getting this standard linux protocol working?
Thanks.
cwd
Comment