private key not accepted
at 2017-08-05 23:53:00.
this may be caused by the permission of the users directory:
you can fix it by editing /etc/ssh/sshd_conf and change the stict_modes = no (default yes) (unsafe)
or fix your permissions withe the following
chmod g-w /home/your_user
chmod 700 /home/your_user/.ssh
chmod 600 /home/your_user/.ssh/authorized_keys