[Bug 129789] Re: sshd seems to be run multiple times at startup
Dustin Kirkland
kirkland at canonical.com
Mon Apr 7 06:01:10 BST 2008
@xbx:
Do you happen to know if you're on an ipv4 or an ipv6 network?
If you're an ipv4 network, try disabling ipv6 and enabling ipv4 listening in your /etc/ssh/sshd_config:
#ListenAddress ::
ListenAddress 0.0.0.0
Alternatively, if you're on an ipv6 network, try disabling ipv4 and enabling ipv6:
ListenAddress ::
#ListenAddress 0.0.0.0
Note this thread on the Fedora Forums:
http://www.fedoraforum.org/forum/archive/index.php/t-26887.html
--
sshd seems to be run multiple times at startup
https://bugs.launchpad.net/bugs/129789
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.
More information about the Ubuntu-server-bugs
mailing list