Cara bagaimana mengkakse VPS di OCI Oracle Cloud dengan Public Key
1. Install OpenSSH Client on Windows
download Openssh
openssh client |
2. create key pairs
Create key-pair (key yang berpasangan private key dan
public key)
# membuat private key dan public key
ssh-keygen
-t rsa -b 4096
generate key pairs |
lets go on to folder
C:\Users\user\.ssh
Ada 2 file rsa
id_rsa.pub open with notepad++ or sublime text
5. Create new Instance
7. Change To Ubuntu Linux Image
8. detail Ubuntu Image
9. Ubuntu 20 OCI 11. Instance Created successfully
12. SSH access to oracle cloud success
13. Oracle Cloud ready to use