@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.

-- 
Ubuntu-server-bugs mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to