Debian, ssh

From Andreida
Revision as of 09:34, 12 February 2016 by Andreas (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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