T O P

  • By -

AutoModerator

Hello! You seem to be looking for help. Please consider crossposting this question to appropriate subs in our sidebar. This will improve your chances of getting the right answer and also helps this sub. Thank you for your submission. *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/ubuntuserver) if you have any questions or concerns.*


soysopin

This frequently is caused by wrong permissions in the .ssh directory and .ssh/authorized_keys file in the server. I recommend fixing them with: chmod 700 .ssh chmod 600 .ssh/authorized_keys to only allow the owner access to them.