Xforwarding in Ubuntu

Posted by Dan on Super User See other posts from Super User or by Dan
Published on 2010-04-15T00:03:49Z Indexed on 2010/04/15 0:13 UTC
Read the original article Hit count: 729

Filed under:
|
|
|

I'm trying to get Xforwarding working in Ubuntu... On the server I have uncommented the following lines of /etc/ssh/sshd_config:

X11Forwarding yes
AllowTcpForwarding yes

Now I try to ssh in, but I get the following error messages (and Xforwarding isn't working).

$ssh -Y example.com
/usr/bin/xauth:  /home/dan/.Xauthority not writable, changes will be ignored

$ssh -X example.com
/usr/bin/xauth:  error in locking authority file /home/dan/.Xauthority

Any suggestions?

Thanks

© Super User or respective owner

Related posts about ssh

Related posts about xforwarding