I just upgraded the server from Ubuntu 16.04 to 18.04 and now I am unable to SSH into the server. Any ideas? I'm using Putty on Windows 10.
Edit: Whenever I finish the update and restart the machine. Then Putty prompt ends, saying the connection closed normally. If I try to log on again I get the error message over and over again saying: “Server unexpectedly closed network connection”. I can ping the server. I can reboot the server via my provider but this those not help the problem.
/var/log/syslog
on your ubuntu server) for error messages. – John Anderson Jul 11 '18 at 14:22sudo systemctl start ssh.service; sudo systemctl status ssh.service
? – David Foerster Jul 22 '18 at 16:28