Skip to content

Instantly share code, notes, and snippets.

@felipekm
Created November 19, 2018 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipekm/42d827e9c2e6b1fc54165342e743c3a3 to your computer and use it in GitHub Desktop.
Save felipekm/42d827e9c2e6b1fc54165342e743c3a3 to your computer and use it in GitHub Desktop.
Digital Ocean ssh access permission
  • Log as as a root to you Ubuntu server
  • vi /etc/ssh/sshd_config

Now go to very bottom: PasswordAuthentication from "no" to "yes".

Type: service sshd reload

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment