You are not logged in.
Is there any reason why this: `netstat -a` would not return anything on the ssh port even when I have the sshd running as well as a connection with the ssh server?
cool sig line
Offline
I found that the problem was that /etc/ssh/sshd_config had the line "ListenAddress ::" so it was trying to use ipv6, which netstat doesn't support (at least not in Arch's build). I took that line out and all is good again.
cool sig line
Offline
Ah, good point. I've rebuilt net-tools with ipv6 support.
Offline