I had the same issue. For me this was a IPv4/IPv6 issue. I fixed it forcing SSH to use IPv4.
Set “AddressFamily inet” in /etc/ssh/ssh_config to force IPv4 connection. Then restart ssh client sudo service ssh restart
More info here.
I had the same issue. For me this was a IPv4/IPv6 issue. I fixed it forcing SSH to use IPv4.
Set “AddressFamily inet” in /etc/ssh/ssh_config to force IPv4 connection. Then restart ssh client sudo service ssh restart
More info here.