Created
May 13, 2019 23:05
-
-
Save webspectyler/83ea8ed61155130422a80b9639870d12 to your computer and use it in GitHub Desktop.
Forge loses connection to Digital Ocean droplet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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