Thiết lập môi trường VPS
Những bước không thể thiếu sau khi tạo một VM mới trên VPS để sử dụng thuận tiện nhất có thể
Gỡ bỏ rào cản truy cập
Truy cập root: sudo -i
Thay đổi password root: passwd
hoặc thay đổi password user: passwd <username>
Chi tiết: https://viblo.asia/p/tao-vps-free-tren-google-cloud-platform-6J3Zgd8glmB
Mở Port truy cập
Trường hợp không thể truy cập vào các Web UI của service
https://blog.toanquan.net/huong-dan-tao-vps-tu-google-cloud-de-chay-web-server/
Souce CIDR: 0.0.0.0/0
Lấy SSH keys
$ ssh-keygen -t rsa
$ pbcopy < ~/.ssh/id_rsa.pub
Bật truy cập qua password
sudo nano /etc/ssh/sshd_config
To disable tunneled clear text passwords, change to no here!
PasswordAuthentication yes