Debian, ssh
From Andreida
ssh errors
error: X11 forwarding request failed on channel 0
if you find in the server log:
error: Failed to allocate internet-domain X11 display socket.
then you can try to add the following to your /etc/ssh/sshd_config
AddressFamily inet
and reload ssh
/etc/init.d/ssh reload