Comment 26 for bug 434799

Revision history for this message
Andrew Schulman (andrex) wrote :

Can anyone else confirm that #20 does not work for them? That is, if you do the following:

* remove "AddressFamily inet" from sshd_config
* add "-4" after "exec /usr/sbin/sshd" in /etc/init/ssh/conf
* run

initctl reload-configuration
restart sshd

then do you still have this problem? Does

pgrep -lf sshd

show just /usr/sbin/sshd, or /usr/sbin/sshd -4?