Well, at least in my case, I found that all the sshd host keys were
truncated. I'm guessing that the hard shutdown of the VM was the cause
but I'm not 100% sure.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https:/
I don't know if it's related but this is the log of trying to use that
RSA key to connect to a server:
debug1: Trying private key: /etc/ssh/ssh_host_rsa_key
debug1: key_parse_private2: missing begin marker
debug1: key_parse_private_pem: PEM_read_PrivateKey failed
debug1: read PEM private key done:
Looks to be a "No supported key exchange algorithms [preauth]" problem.
Regenerating the host RSA key with "ssh-keygen -t rsa -f
/etc/ssh/ssh_host_rsa_key" fixes the issue
Log of failure (pre-keygen) on host:
$ sudo /usr/sbin/sshd -p -D -d -d -d -e
debug2: load_server_config: filename /etc/s
My cases of this bug (though it seems like there are different ones with
similar symptoms) happen each time I reset a 14.04 VM to an older state
from a hard shutdown. Localhost ssh connections fail as well with same
output.
Workaround for me is regenerating the host keys (sudo rm /etc/ssh/host_*
&
This is still unresolved in precise. I believe the importance should be
higher than medium.
** Summary changed:
- Missing Files for Apache2::SizeLimit in libapache2-mod-perl2 (2.0.5-2 oneiric)
+ Missing Files for Apache2::SizeLimit in libapache2-mod-perl2 (2.0.5-2 oneiric
2.0.5-5 precise)
--
Y