-
Published Answer
Hey Bobby,
thank you for your answers. I was so early in the making so I deleted the droplet and started over, now its working :…
•
By
tcp
-
Published Answer
Strange… still the same “Permission denied. (publickey).
•
By
tcp
-
Published Answer
Hi again :)
https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-ubuntu-18-04
Th…
•
By
tcp
-
Published Question
Hi again,
I'm a total novice and try to follow the tutorials, but gets stuck too early ;)
Accepted Answer:
Hi there @tcp,
Would you mind sharing a link to the tutorial that you've followed? I could then try to advise you further on what you could try to fix the problem.
If your site is not reachable this is most likely due...
3
•
•
By
tcp
Initial Server Setup
-
Published Question
After creating a user (logged in as root) and trying to log in, I get "permission denied (publickey)."
Accepted Answer:
Hi there @tcp,
What you have to do first is:
SSH to the Droplet as root
Create a new user:
command
adduser <^>your_user<^>
Add the new user to the sudoers group:
command
usermod -aG sudo <^>your_user<^>
Copy the roo...
2
•
•
By
tcp
Ubuntu 18.04