Upgrade from 13.04 to 13.10 broke remote SSH access?
Posted
by
stackoverflowuser95
on Ask Ubuntu
See other posts from Ask Ubuntu
or by stackoverflowuser95
Published on 2013-11-10T09:53:12Z
Indexed on
2013/11/10
10:16 UTC
Read the original article
Hit count: 227
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.
© Ask Ubuntu or respective owner