Re: [CentOS] Upgrade to 5.8 broke sshd on IPv4

2012-03-14 Thread Mike McCarthy
Yes, that is it. I just commented the ListenAddress lines with # and let it use defaults which seems to make it listen on all networks again. Mike On 03/14/2012 05:13 AM, Maarten van Ingen wrote: > Hi, > > I have seen this very same issue. We had the the option ListenAddress set to > :: and th

Re: [CentOS] Upgrade to 5.8 broke sshd on IPv4

2012-03-14 Thread Maarten van Ingen
Hi, I have seen this very same issue. We had the the option ListenAddress set to :: and this worked until now. We specifically had to add the option ListenAdress 0.0.0.0 to make it work again on ipv4. It must be something CentOS specific since I couldn't find any reference (in my 2 second goog

[CentOS] Upgrade to 5.8 broke sshd on IPv4

2012-03-13 Thread Mike McCarthy
I have a virtual machine on linode.com that runs dual stack IPv4 and IPv6. On Sunday I upgraded to Centos 5.8 and now I cannot connect with ssh on IPv4. I get a 'connection refused' because there is no listener on the ssh port for IPv4. It appears to work just fine for IPv6, but I cannot acces