Um deles está ouvindo conexões IPv4, um está ouvindo conexões IPv6:
michael:~> netstat -tl |grep ssh
tcp 0 0 *:ssh *:* LISTEN
tcp 0 0 *:ssh *:* LISTEN
michael:~> netstat -tln |grep 22
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 :::22 :::* LISTEN