Skip to content

Instantly share code, notes, and snippets.

@webspectyler
Created May 13, 2019 23:05
Show Gist options
  • Save webspectyler/83ea8ed61155130422a80b9639870d12 to your computer and use it in GitHub Desktop.
Save webspectyler/83ea8ed61155130422a80b9639870d12 to your computer and use it in GitHub Desktop.
Forge loses connection to Digital Ocean droplet
su root
vi /etc/ssh/sshd_config
#uncomment the line below:
PermitRootLogin yes
systemctl restart ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment