BINGO!
Found the problem. Just need to figure out how to fix it.
This is the output of my 09_Journal-cur.log file on the LibreElec MX2 box:
Code
-- Logs begin at Wed 2017-06-14 08:39:24 EDT, end at Wed 2017-06-14 08:42:56 EDT. --
Jun 14 08:39:24 LibreELEC sshd[27306]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:24 LibreELEC sshd[27306]: This private key will be ignored.
Jun 14 08:39:24 LibreELEC sshd[27306]: key_load_private: bad permissions
Jun 14 08:39:24 LibreELEC sshd[27306]: Could not load host key: /storage/.cache/ssh/ssh_host_ed25519_key
Jun 14 08:39:24 LibreELEC sshd[27306]: Disabling protocol version 2. Could not load host key
Jun 14 08:39:24 LibreELEC sshd[27306]: sshd: no hostkeys available -- exiting.
Jun 14 08:39:24 LibreELEC systemd[1]: sshd.service: Main process exited, code=exited, status=1/FAILURE
Jun 14 08:39:24 LibreELEC systemd[1]: sshd.service: Unit entered failed state.
Jun 14 08:39:24 LibreELEC systemd[1]: sshd.service: Failed with result 'exit-code'.
Jun 14 08:39:26 LibreELEC systemd[1]: sshd.service: Service hold-off time over, scheduling restart.
Jun 14 08:39:26 LibreELEC systemd[1]: Stopped OpenSSH server daemon.
Jun 14 08:39:26 LibreELEC systemd[1]: Starting OpenSSH server daemon...
Jun 14 08:39:26 LibreELEC systemd[1]: Started OpenSSH server daemon.
Jun 14 08:39:26 LibreELEC sshd[27312]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:26 LibreELEC sshd[27312]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:26 LibreELEC sshd[27312]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:26 LibreELEC sshd[27312]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_rsa_key' are too open.
Jun 14 08:39:26 LibreELEC sshd[27312]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:26 LibreELEC sshd[27312]: This private key will be ignored.
Jun 14 08:39:26 LibreELEC sshd[27312]: key_load_private: bad permissions
Jun 14 08:39:26 LibreELEC sshd[27312]: Could not load host key: /storage/.cache/ssh/ssh_host_rsa_key
Jun 14 08:39:26 LibreELEC sshd[27312]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:26 LibreELEC sshd[27312]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:26 LibreELEC sshd[27312]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:26 LibreELEC sshd[27312]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_dsa_key' are too open.
Jun 14 08:39:26 LibreELEC sshd[27312]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:26 LibreELEC sshd[27312]: This private key will be ignored.
Jun 14 08:39:26 LibreELEC sshd[27312]: key_load_private: bad permissions
Jun 14 08:39:26 LibreELEC sshd[27312]: Could not load host key: /storage/.cache/ssh/ssh_host_dsa_key
Jun 14 08:39:26 LibreELEC sshd[27312]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:26 LibreELEC sshd[27312]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:26 LibreELEC sshd[27312]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:26 LibreELEC sshd[27312]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_ecdsa_key' are too open.
Jun 14 08:39:26 LibreELEC sshd[27312]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:26 LibreELEC sshd[27312]: This private key will be ignored.
Jun 14 08:39:26 LibreELEC sshd[27312]: key_load_private: bad permissions
Jun 14 08:39:26 LibreELEC sshd[27312]: Could not load host key: /storage/.cache/ssh/ssh_host_ecdsa_key
Jun 14 08:39:26 LibreELEC sshd[27312]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:26 LibreELEC sshd[27312]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:26 LibreELEC sshd[27312]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:26 LibreELEC sshd[27312]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_ed25519_key' are too open.
Jun 14 08:39:26 LibreELEC sshd[27312]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:26 LibreELEC sshd[27312]: This private key will be ignored.
Jun 14 08:39:26 LibreELEC sshd[27312]: key_load_private: bad permissions
Jun 14 08:39:26 LibreELEC sshd[27312]: Could not load host key: /storage/.cache/ssh/ssh_host_ed25519_key
Jun 14 08:39:26 LibreELEC sshd[27312]: Disabling protocol version 2. Could not load host key
Jun 14 08:39:26 LibreELEC sshd[27312]: sshd: no hostkeys available -- exiting.
Jun 14 08:39:26 LibreELEC systemd[1]: sshd.service: Main process exited, code=exited, status=1/FAILURE
Jun 14 08:39:26 LibreELEC systemd[1]: sshd.service: Unit entered failed state.
Jun 14 08:39:26 LibreELEC systemd[1]: sshd.service: Failed with result 'exit-code'.
Jun 14 08:39:29 LibreELEC systemd[1]: sshd.service: Service hold-off time over, scheduling restart.
Jun 14 08:39:29 LibreELEC systemd[1]: Stopped OpenSSH server daemon.
Jun 14 08:39:29 LibreELEC systemd[1]: Starting OpenSSH server daemon...
Jun 14 08:39:29 LibreELEC systemd[1]: Started OpenSSH server daemon.
Jun 14 08:39:29 LibreELEC sshd[27318]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:29 LibreELEC sshd[27318]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:29 LibreELEC sshd[27318]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:29 LibreELEC sshd[27318]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_rsa_key' are too open.
Jun 14 08:39:29 LibreELEC sshd[27318]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:29 LibreELEC sshd[27318]: This private key will be ignored.
Jun 14 08:39:29 LibreELEC sshd[27318]: key_load_private: bad permissions
Jun 14 08:39:29 LibreELEC sshd[27318]: Could not load host key: /storage/.cache/ssh/ssh_host_rsa_key
Jun 14 08:39:29 LibreELEC sshd[27318]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:29 LibreELEC sshd[27318]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:29 LibreELEC sshd[27318]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:29 LibreELEC sshd[27318]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_dsa_key' are too open.
Jun 14 08:39:29 LibreELEC sshd[27318]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:29 LibreELEC sshd[27318]: This private key will be ignored.
Jun 14 08:39:29 LibreELEC sshd[27318]: key_load_private: bad permissions
Jun 14 08:39:29 LibreELEC sshd[27318]: Could not load host key: /storage/.cache/ssh/ssh_host_dsa_key
Jun 14 08:39:29 LibreELEC sshd[27318]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:29 LibreELEC sshd[27318]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:29 LibreELEC sshd[27318]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:29 LibreELEC sshd[27318]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_ecdsa_key' are too open.
Jun 14 08:39:29 LibreELEC sshd[27318]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:29 LibreELEC sshd[27318]: This private key will be ignored.
Jun 14 08:39:29 LibreELEC sshd[27318]: key_load_private: bad permissions
Jun 14 08:39:29 LibreELEC sshd[27318]: Could not load host key: /storage/.cache/ssh/ssh_host_ecdsa_key
Jun 14 08:39:29 LibreELEC sshd[27318]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:29 LibreELEC sshd[27318]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:29 LibreELEC sshd[27318]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:29 LibreELEC sshd[27318]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_ed25519_key' are too open.
Jun 14 08:39:29 LibreELEC sshd[27318]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:29 LibreELEC sshd[27318]: This private key will be ignored.
Jun 14 08:39:29 LibreELEC sshd[27318]: key_load_private: bad permissions
Jun 14 08:39:29 LibreELEC sshd[27318]: Could not load host key: /storage/.cache/ssh/ssh_host_ed25519_key
Jun 14 08:39:29 LibreELEC sshd[27318]: Disabling protocol version 2. Could not load host key
Jun 14 08:39:29 LibreELEC sshd[27318]: sshd: no hostkeys available -- exiting.
Jun 14 08:39:29 LibreELEC systemd[1]: sshd.service: Main process exited, code=exited, status=1/FAILURE
Jun 14 08:39:29 LibreELEC systemd[1]: sshd.service: Unit entered failed state.
Jun 14 08:39:29 LibreELEC systemd[1]: sshd.service: Failed with result 'exit-code'.
Jun 14 08:39:31 LibreELEC systemd[1]: sshd.service: Service hold-off time over, scheduling restart.
Jun 14 08:39:31 LibreELEC systemd[1]: Stopped OpenSSH server daemon.
Jun 14 08:39:31 LibreELEC systemd[1]: Starting OpenSSH server daemon...
Jun 14 08:39:31 LibreELEC systemd[1]: Started OpenSSH server daemon.
Jun 14 08:39:31 LibreELEC sshd[27323]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:31 LibreELEC sshd[27323]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:31 LibreELEC sshd[27323]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:31 LibreELEC sshd[27323]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_rsa_key' are too open.
Jun 14 08:39:31 LibreELEC sshd[27323]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:31 LibreELEC sshd[27323]: This private key will be ignored.
Jun 14 08:39:31 LibreELEC sshd[27323]: key_load_private: bad permissions
Jun 14 08:39:31 LibreELEC sshd[27323]: Could not load host key: /storage/.cache/ssh/ssh_host_rsa_key
Jun 14 08:39:31 LibreELEC sshd[27323]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:31 LibreELEC sshd[27323]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:31 LibreELEC sshd[27323]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:31 LibreELEC sshd[27323]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_dsa_key' are too open.
Jun 14 08:39:31 LibreELEC sshd[27323]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:31 LibreELEC sshd[27323]: This private key will be ignored.
Jun 14 08:39:31 LibreELEC sshd[27323]: key_load_private: bad permissions
Jun 14 08:39:31 LibreELEC sshd[27323]: Could not load host key: /storage/.cache/ssh/ssh_host_dsa_key
Jun 14 08:39:31 LibreELEC sshd[27323]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:31 LibreELEC sshd[27323]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:31 LibreELEC sshd[27323]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:31 LibreELEC sshd[27323]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_ecdsa_key' are too open.
Jun 14 08:39:31 LibreELEC sshd[27323]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:31 LibreELEC sshd[27323]: This private key will be ignored.
Jun 14 08:39:31 LibreELEC sshd[27323]: key_load_private: bad permissions
Jun 14 08:39:31 LibreELEC sshd[27323]: Could not load host key: /storage/.cache/ssh/ssh_host_ecdsa_key
Jun 14 08:39:31 LibreELEC sshd[27323]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:31 LibreELEC sshd[27323]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:31 LibreELEC sshd[27323]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:31 LibreELEC sshd[27323]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_ed25519_key' are too open.
Jun 14 08:39:31 LibreELEC sshd[27323]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:31 LibreELEC sshd[27323]: This private key will be ignored.
Jun 14 08:39:31 LibreELEC sshd[27323]: key_load_private: bad permissions
Jun 14 08:39:31 LibreELEC sshd[27323]: Could not load host key: /storage/.cache/ssh/ssh_host_ed25519_key
Jun 14 08:39:31 LibreELEC sshd[27323]: Disabling protocol version 2. Could not load host key
Jun 14 08:39:31 LibreELEC sshd[27323]: sshd: no hostkeys available -- exiting.
Jun 14 08:39:31 LibreELEC systemd[1]: sshd.service: Main process exited, code=exited, status=1/FAILURE
Jun 14 08:39:31 LibreELEC systemd[1]: sshd.service: Unit entered failed state.
Jun 14 08:39:31 LibreELEC systemd[1]: sshd.service: Failed with result 'exit-code'.
Jun 14 08:39:33 LibreELEC systemd[1]: sshd.service: Service hold-off time over, scheduling restart.
Jun 14 08:39:33 LibreELEC systemd[1]: Stopped OpenSSH server daemon.
Jun 14 08:39:33 LibreELEC systemd[1]: Starting OpenSSH server daemon...
Jun 14 08:39:33 LibreELEC systemd[1]: Started OpenSSH server daemon.
Jun 14 08:39:33 LibreELEC sshd[27328]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:33 LibreELEC sshd[27328]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:33 LibreELEC sshd[27328]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:33 LibreELEC sshd[27328]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_rsa_key' are too open.
Jun 14 08:39:33 LibreELEC sshd[27328]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:33 LibreELEC sshd[27328]: This private key will be ignored.
Jun 14 08:39:33 LibreELEC sshd[27328]: key_load_private: bad permissions
Jun 14 08:39:33 LibreELEC sshd[27328]: Could not load host key: /storage/.cache/ssh/ssh_host_rsa_key
Jun 14 08:39:33 LibreELEC sshd[27328]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:33 LibreELEC sshd[27328]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:33 LibreELEC sshd[27328]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:33 LibreELEC sshd[27328]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_dsa_key' are too open.
Jun 14 08:39:33 LibreELEC sshd[27328]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:33 LibreELEC sshd[27328]: This private key will be ignored.
Jun 14 08:39:33 LibreELEC sshd[27328]: key_load_private: bad permissions
Jun 14 08:39:33 LibreELEC sshd[27328]: Could not load host key: /storage/.cache/ssh/ssh_host_dsa_key
Jun 14 08:39:33 LibreELEC sshd[27328]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:33 LibreELEC sshd[27328]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:33 LibreELEC sshd[27328]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:33 LibreELEC sshd[27328]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_ecdsa_key' are too open.
Jun 14 08:39:33 LibreELEC sshd[27328]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:33 LibreELEC sshd[27328]: This private key will be ignored.
Jun 14 08:39:33 LibreELEC sshd[27328]: key_load_private: bad permissions
Jun 14 08:39:33 LibreELEC sshd[27328]: Could not load host key: /storage/.cache/ssh/ssh_host_ecdsa_key
Jun 14 08:39:33 LibreELEC sshd[27328]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:33 LibreELEC sshd[27328]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:33 LibreELEC sshd[27328]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:33 LibreELEC sshd[27328]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_ed25519_key' are too open.
Jun 14 08:39:33 LibreELEC sshd[27328]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:33 LibreELEC sshd[27328]: This private key will be ignored.
Jun 14 08:39:33 LibreELEC sshd[27328]: key_load_private: bad permissions
Jun 14 08:39:33 LibreELEC sshd[27328]: Could not load host key: /storage/.cache/ssh/ssh_host_ed25519_key
Jun 14 08:39:33 LibreELEC sshd[27328]: Disabling protocol version 2. Could not load host key
Jun 14 08:39:33 LibreELEC sshd[27328]: sshd: no hostkeys available -- exiting.
Jun 14 08:39:33 LibreELEC systemd[1]: sshd.service: Main process exited, code=exited, status=1/FAILURE
Jun 14 08:39:33 LibreELEC systemd[1]: sshd.service: Unit entered failed state.
Jun 14 08:39:33 LibreELEC systemd[1]: sshd.service: Failed with result 'exit-code'.
Jun 14 08:39:35 LibreELEC systemd[1]: sshd.service: Service hold-off time over, scheduling restart.
Jun 14 08:39:35 LibreELEC systemd[1]: Stopped OpenSSH server daemon.
Jun 14 08:39:35 LibreELEC systemd[1]: Starting OpenSSH server daemon...
Jun 14 08:39:35 LibreELEC systemd[1]: Started OpenSSH server daemon.
Jun 14 08:39:35 LibreELEC sshd[27333]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:35 LibreELEC sshd[27333]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:35 LibreELEC sshd[27333]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:35 LibreELEC sshd[27333]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_rsa_key' are too open.
Jun 14 08:39:35 LibreELEC sshd[27333]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:35 LibreELEC sshd[27333]: This private key will be ignored.
Jun 14 08:39:35 LibreELEC sshd[27333]: key_load_private: bad permissions
Jun 14 08:39:35 LibreELEC sshd[27333]: Could not load host key: /storage/.cache/ssh/ssh_host_rsa_key
Jun 14 08:39:35 LibreELEC sshd[27333]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:35 LibreELEC sshd[27333]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:35 LibreELEC sshd[27333]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:35 LibreELEC sshd[27333]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_dsa_key' are too open.
Jun 14 08:39:35 LibreELEC sshd[27333]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:35 LibreELEC sshd[27333]: This private key will be ignored.
Jun 14 08:39:35 LibreELEC sshd[27333]: key_load_private: bad permissions
Jun 14 08:39:35 LibreELEC sshd[27333]: Could not load host key: /storage/.cache/ssh/ssh_host_dsa_key
Jun 14 08:39:35 LibreELEC sshd[27333]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:35 LibreELEC sshd[27333]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:35 LibreELEC sshd[27333]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:35 LibreELEC sshd[27333]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_ecdsa_key' are too open.
Jun 14 08:39:35 LibreELEC sshd[27333]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:35 LibreELEC sshd[27333]: This private key will be ignored.
Jun 14 08:39:35 LibreELEC sshd[27333]: key_load_private: bad permissions
Jun 14 08:39:35 LibreELEC sshd[27333]: Could not load host key: /storage/.cache/ssh/ssh_host_ecdsa_key
Jun 14 08:39:35 LibreELEC sshd[27333]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:35 LibreELEC sshd[27333]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:35 LibreELEC sshd[27333]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:35 LibreELEC sshd[27333]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_ed25519_key' are too open.
Jun 14 08:39:35 LibreELEC sshd[27333]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:35 LibreELEC sshd[27333]: This private key will be ignored.
Jun 14 08:39:35 LibreELEC sshd[27333]: key_load_private: bad permissions
Jun 14 08:39:35 LibreELEC sshd[27333]: Could not load host key: /storage/.cache/ssh/ssh_host_ed25519_key
Jun 14 08:39:35 LibreELEC sshd[27333]: Disabling protocol version 2. Could not load host key
Jun 14 08:39:35 LibreELEC sshd[27333]: sshd: no hostkeys available -- exiting.
Jun 14 08:39:35 LibreELEC systemd[1]: sshd.service: Main process exited, code=exited, status=1/FAILURE
Jun 14 08:39:35 LibreELEC systemd[1]: sshd.service: Unit entered failed state.
Jun 14 08:39:35 LibreELEC systemd[1]: sshd.service: Failed with result 'exit-code'.
Jun 14 08:39:38 LibreELEC systemd[1]: sshd.service: Service hold-off time over, scheduling restart.
Jun 14 08:39:38 LibreELEC systemd[1]: Stopped OpenSSH server daemon.
Jun 14 08:39:38 LibreELEC systemd[1]: Starting OpenSSH server daemon...
Jun 14 08:39:38 LibreELEC systemd[1]: Started OpenSSH server daemon.
Jun 14 08:39:38 LibreELEC sshd[27337]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:38 LibreELEC sshd[27337]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:38 LibreELEC sshd[27337]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:38 LibreELEC sshd[27337]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_rsa_key' are too open.
Jun 14 08:39:38 LibreELEC sshd[27337]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:38 LibreELEC sshd[27337]: This private key will be ignored.
Jun 14 08:39:38 LibreELEC sshd[27337]: key_load_private: bad permissions
Jun 14 08:39:38 LibreELEC sshd[27337]: Could not load host key: /storage/.cache/ssh/ssh_host_rsa_key
Jun 14 08:39:38 LibreELEC sshd[27337]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:38 LibreELEC sshd[27337]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:38 LibreELEC sshd[27337]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:38 LibreELEC sshd[27337]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_dsa_key' are too open.
Jun 14 08:39:38 LibreELEC sshd[27337]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:38 LibreELEC sshd[27337]: This private key will be ignored.
Jun 14 08:39:38 LibreELEC sshd[27337]: key_load_private: bad permissions
Jun 14 08:39:38 LibreELEC sshd[27337]: Could not load host key: /storage/.cache/ssh/ssh_host_dsa_key
Jun 14 08:39:38 LibreELEC sshd[27337]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:38 LibreELEC sshd[27337]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:38 LibreELEC sshd[27337]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:38 LibreELEC sshd[27337]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_ecdsa_key' are too open.
Jun 14 08:39:38 LibreELEC sshd[27337]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:38 LibreELEC sshd[27337]: This private key will be ignored.
Jun 14 08:39:38 LibreELEC sshd[27337]: key_load_private: bad permissions
Jun 14 08:39:38 LibreELEC sshd[27337]: Could not load host key: /storage/.cache/ssh/ssh_host_ecdsa_key
Jun 14 08:39:38 LibreELEC sshd[27337]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:38 LibreELEC sshd[27337]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:38 LibreELEC sshd[27337]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:38 LibreELEC sshd[27337]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_ed25519_key' are too open.
Jun 14 08:39:38 LibreELEC sshd[27337]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:38 LibreELEC sshd[27337]: This private key will be ignored.
Jun 14 08:39:38 LibreELEC sshd[27337]: key_load_private: bad permissions
Jun 14 08:39:38 LibreELEC sshd[27337]: Could not load host key: /storage/.cache/ssh/ssh_host_ed25519_key
Jun 14 08:39:38 LibreELEC sshd[27337]: Disabling protocol version 2. Could not load host key
Jun 14 08:39:38 LibreELEC sshd[27337]: sshd: no hostkeys available -- exiting.
Jun 14 08:39:38 LibreELEC systemd[1]: sshd.service: Main process exited, code=exited, status=1/FAILURE
Jun 14 08:39:38 LibreELEC systemd[1]: sshd.service: Unit entered failed state.
Jun 14 08:39:38 LibreELEC systemd[1]: sshd.service: Failed with result 'exit-code'.
Jun 14 08:39:40 LibreELEC systemd[1]: sshd.service: Service hold-off time over, scheduling restart.
Jun 14 08:39:40 LibreELEC systemd[1]: Stopped OpenSSH server daemon.
Jun 14 08:39:40 LibreELEC systemd[1]: Starting OpenSSH server daemon...
Jun 14 08:39:40 LibreELEC systemd[1]: Started OpenSSH server daemon.
Jun 14 08:39:40 LibreELEC sshd[27342]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:40 LibreELEC sshd[27342]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:40 LibreELEC sshd[27342]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:40 LibreELEC sshd[27342]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_rsa_key' are too open.
Jun 14 08:39:40 LibreELEC sshd[27342]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:40 LibreELEC sshd[27342]: This private key will be ignored.
Jun 14 08:39:40 LibreELEC sshd[27342]: key_load_private: bad permissions
Jun 14 08:39:40 LibreELEC sshd[27342]: Could not load host key: /storage/.cache/ssh/ssh_host_rsa_key
Jun 14 08:39:40 LibreELEC sshd[27342]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:40 LibreELEC sshd[27342]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:40 LibreELEC sshd[27342]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:40 LibreELEC sshd[27342]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_dsa_key' are too open.
Jun 14 08:39:40 LibreELEC sshd[27342]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:40 LibreELEC sshd[27342]: This private key will be ignored.
Jun 14 08:39:40 LibreELEC sshd[27342]: key_load_private: bad permissions
Jun 14 08:39:40 LibreELEC sshd[27342]: Could not load host key: /storage/.cache/ssh/ssh_host_dsa_key
Jun 14 08:39:40 LibreELEC sshd[27342]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:40 LibreELEC sshd[27342]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:40 LibreELEC sshd[27342]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:40 LibreELEC sshd[27342]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_ecdsa_key' are too open.
Jun 14 08:39:40 LibreELEC sshd[27342]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:40 LibreELEC sshd[27342]: This private key will be ignored.
Jun 14 08:39:40 LibreELEC sshd[27342]: key_load_private: bad permissions
Jun 14 08:39:40 LibreELEC sshd[27342]: Could not load host key: /storage/.cache/ssh/ssh_host_ecdsa_key
Jun 14 08:39:40 LibreELEC sshd[27342]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:40 LibreELEC sshd[27342]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Jun 14 08:39:40 LibreELEC sshd[27342]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jun 14 08:39:40 LibreELEC sshd[27342]: Permissions 0644 for '/storage/.cache/ssh/ssh_host_ed25519_key' are too open.
Jun 14 08:39:40 LibreELEC sshd[27342]: It is required that your private key files are NOT accessible by others.
Jun 14 08:39:40 LibreELEC sshd[27342]: This private key will be ignored.
Jun 14 08:39:40 LibreELEC sshd[27342]: key_load_private: bad permissions
Jun 14 08:39:40 LibreELEC sshd[27342]: Could not load host key: /storage/.cache/ssh/ssh_host_ed25519_key
Jun 14 08:39:40 LibreELEC sshd[27342]: Disabling protocol version 2. Could not load host key
Jun 14 08:39:40 LibreELEC sshd[27342]: sshd: no hostkeys available -- exiting.
Jun 14 08:39:40 LibreELEC systemd[1]: sshd.service: Main process exited, code=exited, status=1/FAILURE
Jun 14 08:39:40 LibreELEC systemd[1]: sshd.service: Unit entered failed state.
Jun 14 08:39:40 LibreELEC systemd[1]: sshd.service: Failed with result 'exit-code'.
Jun 14 08:39:42 LibreELEC systemd[1]: sshd.service: Service hold-off time over, scheduling restart.
Jun 14 08:39:42 LibreELEC systemd[1]: Stopped OpenSSH server daemon.
Display More
EDIT: I think I have to delete the /storage/.cache/ssh folder, and it will be recreated upon reboot. Next to figure out how.