Unable to connect to one of my instances via SSH. This is after upgrading debian jesse to stretch. It says transferring ssh keys, then says establishing connetion, then eventually comes up with below error.
Serial logs don't mean much to me, so if anyone has any ideas of ways to reset or fix this please let me know.
Thanks
Hello Rob,
There are many reasons that the instance may not be accepting SSH keys. For example, you could have a full disk, broken SSH daemon, or a misconfigured firewall. Your issue could also be similar to this thread. Hence, I suggest checking this document that is detailing different approaches to troubleshoot it.
#! /bin/bash
useradd -G sudo myusername
echo 'myusername:mypassword' | chpasswd