On 05/03/10 21:28, brown wrap wrote: > > I am logging in with the following command: > > ssh -l root 10.1.1.201 -X -v > > I get a message that says its requesting X11 forwarding. I have set up > X11Forwarding in the /etc/ssd/sshd_config file, but the DISPLAY variable > never gets set. > > I have a Fedora machine I am logging in from, and if I log into it, from > itself, the DISPLAY is set. I then copied over both the sshd and ssh config > files, still nothing. > > At this point, I am not sure what I'm missing. >
I've never tried to log in remotely with X so I can't help with your problem. Have you tried using sshfs-fuse? http://fuse.sourceforge.net/sshfs.html It allows me to mount a remote folder over the network using ssh. It allows me to edit files on the remote machine, copy files from one computer to the other, just as easy as working with files on this machine. Andy -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
