Ok, tal vez yo soy raro o algo, pero no puedo encontrar esta. MacOS Mojave, IPv6 nativo de mi ISP.
Como se puede ver, sshd está escuchando en ambos v4 y v6:
alluminium:~ root# netstat -an | grep 22 | grep LISTEN
tcp4 0 0 *.22 *.* LISTEN
tcp6 0 0 *.22 *.* LISTEN
Conexión Local en la no-interfaz de bucle invertido más de v4 funciona perfectamente:
alluminium:~ root# nc -w1 -z -v 192.168.2.12 22
found 0 associations
found 1 connections:
1: flags=82<CONNECTED,PREFERRED>
outif lo0
src 192.168.2.12 port 59078
dst 192.168.2.12 port 22
rank info not available
TCP aux info available
Connection to 192.168.2.12 port 22 [tcp/ssh] succeeded!
Ahora, cuando intento remoto, en el v6 funciona:
root@keeper:~# ssh alluminium -v
OpenSSH_7.4p1, OpenSSL 1.0.2r-fips 26 Feb 2019
debug1: Connecting to alluminium [2001:985:4xxxxxxx:d585] port 22.
debug1: Connection established.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'alluminium,2001:985:4xxxxxx:d585' (ECDSA) to the list of known hosts.
debug1: Next authentication method: keyboard-interactive
Password:
Sin embargo, v4 sólo el tiempo de espera:
root@keeper:~# ssh 192.168.2.12 -v
OpenSSH_7.4p1, OpenSSL 1.0.2r-fips 26 Feb 2019
debug1: Connecting to 192.168.2.12 [192.168.2.12] port 22.
He puesto de control de endpoint security instalado, pensó que podría obtener en el camino, apague todos sus componentes, reglas de PF no mostrar nada.. Nada.
Me siento totalmente estúpido ahora :) Cualquier sugerencia se agradece mucho.