I was following the http://www.rootwink.com/viewtopic.php?f=6&t=4 tutorial on upgrading, and I've become stuck on step #6. After rebooting into the updater, I lost SSH access, despite copying and pasting all the commands. On my desktop, I get this error:
Code: Select all
Drew@BFG9000 ~
$ ssh root@192.168.1.127
Could not create directory '/home/Drew/.ssh'.
The authenticity of host '192.168.1.127 (192.168.1.127)' can't be established.
ECDSA key fingerprint is [xx:xx:xx:...:xx].
Are you sure you want to continue connecting (yes/no)? yes
Failed to add the host to the list of known hosts (/home/Drew/.ssh/known_hosts).
Permission denied (publickey).
When I try on a different SSH client, I get "Your host doesn't support 'password' or 'keyboard-interactive' authentication.
How do I fix this? Thanks.