i was using sftp from outside of my network, like i do all the time, only difference was i was setting up a second device to have access. ssh just stopped working. i could still remote in and see the samba shares and locally webmin was working but ssh was just out.
so, i rebooted my goflex and ssh was all better. i checked the log:
$this->bbcode_second_pass_code('', 'journalctl --since=today | tac | sed -n '/-- Reboot --/{n;:r;/-- Reboot --/q;p;n;b r}' | tac')
and noticed this:
$this->bbcode_second_pass_code('', 'Jun 09 01:11:56 gfh sshd[3305]: Accepted password for root from xxx.xxx.xxx.xxx port
xxxxx ssh2
Jun 09 01:11:56 gfh sshd[3304]: Accepted password for root from xxx.xxx.xxx.xxx port
xxxxx ssh2
Jun 09 01:11:56 gfh sshd[3303]: Accepted password for root from xxx.xxx.xxx.xxx port
xxxxx ssh2
Jun 09 01:11:56 gfh sshd[3305]: pam_tally(sshd:setcred): Tally underflowed for u
ser root
Jun 09 01:11:56 gfh sshd[3303]: pam_tally(sshd:setcred): Tally underflowed for u
ser root
Jun 09 01:11:56 gfh sshd[3305]: pam_unix(sshd:session): session opened for user
root by (uid=0)
Jun 09 01:11:56 gfh sshd[3304]: pam_unix(sshd:session): session opened for user
root by (uid=0)
Jun 09 01:11:56 gfh sshd[3303]: pam_unix(sshd:session): session opened for user
root by (uid=0)
...
Jun 09 01:11:56 gfh systemd-logind[248]: New session c64 of user root.
Jun 09 01:11:56 gfh systemd-logind[248]: New session c65 of user root.
Jun 09 01:11:56 gfh systemd-logind[248]: New session c66 of user root.
')
and after that, i saw this several times throughout the rest of the log:
$this->bbcode_second_pass_code('', 'Jun 09 01:12:05 gfh systemd[1]: sshd.socket: Too many incoming connections (64)')
i've googled, and searched the forum here, i'm a bit stumped. in fact, i have had so much success just researching my arch linux issues in the past i have never had to ask as question before. i created an account here to ask about this issue lol
i am guessing it was probably just me trying to log in too many times over a slow remote connection, but figured i would check and see if there is anything i need to address.
as an aside: this community has been extremely helpful in making my dream NAS come together. thank you!