Debian, ssh: Difference between revisions

From Andreida
(Created page with "== 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 y...")
(No difference)

Revision as of 09:34, 12 February 2016

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