Code: Select all
Connection reset by <ip address> port 22Code: Select all
debug1: SSH2_MSG_KEXINIT sentMy hypothesis is that something went wrong with the sd card and it is currently in an unreadable and unwritable state. That would explain the abnormal green led behavior. Likewise, if sshd is unable to read its config files from the sd card, it would explain why sshd is reseting/closing the connection when I try to ssh in.
That said, I'm wondering if anyone knows what (if anything) the green flashing speck is meant to indicate? Furthermore, does my hypothesis seem sound? If so, my next action is to unplug the Pi (no harm done at this point) and see if it'll boot. But if my hypothesis is incorrect, I would prefer not to unplug it if there is a better alternative (monitor+keyboard not an option).
UPDATE: I went ahead and unplugged the Pi and plugged it back in. It proceeded to boot up and I was able to ssh in. A review of some files in /var/log shows no log entries during the period where I observed my Pi to be in this malfunctioning state. Though, I'm not that experienced when it comes to linux systems, so it's possible I'm not looking in the right places. But so far, this supports the theory that some issue occurred with the sd card and it was in an unreadable/unwritable state. The question then remains, HOW did this happen? The likely culprits are deluged and/or the sd card. However, I don't presently have enough evidence to produce a satisfactory theory for how. The obvious factor is that deluged was writing heavily to the sd card. But this alone isn't a satisfactory explanation. Moreover, it's an important question to answer since it could happen again which would mean me getting locked out of my server and having to physically unplug it which could risk further corruption depending on the extent of the inaccessibility of the sd card. Any help with figuring out what is going on is much appreciated.