LorrinWWW / LorrinWWW.github.io

Jue's blog
https://juewang.me/
2 stars 0 forks source link

CheatSheet for Setting up New VPS - Jue's Blog #26

Open LorrinWWW opened 3 years ago

LorrinWWW commented 3 years ago

https://juewang.me/posts/vps-cheatsheet/

BasicsCreate New Usersfirst login in the root account. to add a user: 1adduser [UserName] if want it to have sudo privilege, then: 1usermod -aG sudo [UserName] Set Up SSH Configadd these to ~/.ssh/c