Removing Access Barriers
Removing Access Barriers
Root access: sudo -i
Change the root password: passwd or change a user password: passwd <username>
Details: https://viblo.asia/p/tao-vps-free-tren-google-cloud-platform-6J3Zgd8glmB
Open Access Ports
In case you cannot access the service Web UIs
https://blog.toanquan.net/huong-dan-tao-vps-tu-google-cloud-de-chay-web-server/
Source CIDR: 0.0.0.0/0
Get SSH Keys
$ ssh-keygen -t rsa$ pbcopy < ~/.ssh/id_rsa.pub
Enable Password Access
sudo nano /etc/ssh/sshd_config
To disable tunneled clear text passwords, change to no here!
PasswordAuthentication yes
Basic configuration guide for Oracle Cloud virtual machine after setup
Continuing the series of articles on Oracle Cloud Free Tier, in this article I will guide you through the basic configuration of a virtual machine running Ubuntu right after it has been set up. This is to help you connect to and use the machine…

