Upgrade from 13.04 to 13.10 broke remote SSH access?
- by stackoverflowuser95
I can no longer connect via SSH to my Ubuntu instance after upgrading from 13.04 to 13.10 with:
# do-release-upgrade
Connecting with $ ssh -vvv [ip here] gives me:
OpenSSH_6.3, OpenSSL 1.0.1e 11 Feb 2013
debug2: ssh_connect: needpriv 0
debug1: Connecting to [ip here] [[ip here]] port 22.
debug1: connect to address [ip here] port 22: Connection timed out
ssh: connect to host [ip here] port 22: Connection timed out
So I tried uncommenting #PasswordAuthentication yes in /etc/ssh/sshd_config, and restarting with /etc/init.d/ssh restart; but there was no difference.