1. Masuk Ke Host Server (Proxmox)
lakukan perintah : lxc-attach -n idlxc
2. Pembuatan direktori (.ssh) dan rubah hak akses
root@github-deploy:~# mkdir -p .ssh
root@github-deploy:~# chmod 700 .ssh
3. Menambahkan Public Key ke File
authorized_keys
root@github-deploy:~# nano .ssh/authorized_keys
4.Merubah hak akses file dan izin
root@github-deploy:~# chmod 600 .ssh/authorized_keys
root@github-deploy:~# chown -R root:root .ssh
5.Uji Koneksi
Masuk ke folder public key pada devicenya
origrata@root:~/pubkey$ ssh -i id_rsa root@ip-server -p PORT
Lakukan perintah : ssh -i id_rsa root@ip-server -p port