I can't actually get X sessions forwarded. /etc/ssh/sshd_config does have
X11Forwarding yes
X11DisplayOffset 10
ssh does seem to be working:
debug1: Remote: /home/joliver/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding
debug1: Remote: /home/joliver/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding
debug1: Requesting X11 forwarding with authentication spoofing.
but DISPLAY is still localhost:10.0
What do I need to do to get X forwarded?
Bookmarks