sshd
in debug mode (sudo rc.d stop sshd
, sudo /usr/sbin/sshd -d
)2. Noticed
Failed to allocate internet-domain X11 display socket.
in debugging output3. The page http://forums.fedoraforum.org/showthread.php?t=270333 indicates a possible relation to IPv6 being disabled.
4. Checked
sysctl net.ipv6.conf.all.disable_ipv6
, and indeed, IPv6 was disabled.5. Re-enabled by undoing https://wiki.archlinux.org/index.php/IPv6_-_Disabling_the_Module
5'. Alternatively, adding
AddressFamily inet
to /etc/ssh/sshd_config
would have also workedcomments: the (5) is good if you have to disable ipv6.
No comments:
Post a Comment