SSH si blocca dopo l’ autenticazione
Dopo alcuni test di autenticazione in ssh tra due Raspberry Pi 3 ho notato un blocco dopo aver dato i paramentri per l’ autenticazione, questo in wifi e anche tramite scp.
Linux raspberrypi 4.4.48-v7+ #964 SMP Mon Feb 13 16:57:51 GMT 2017 armv7l GNU/Linux OpenSSH_6.7p1 Raspbian-5+deb8u3, OpenSSL 1.0.1t 3 May 2016
Spulciando sul web ho trovato che dipende dal QoS.
Basta editare i file:
/etc/ssh/ssh_config /etc/ssh/sshd_config
E aggiungere in testa:
IPQoS 0x00
Riavviare il daemon
sudo service sshd restart