Cara pertama
- Buka EC2 console.
- Pada menu NETWORK & SECURITY, pilih “Key Pairs”, kemudian klik Create Key Pair.
- Setelah pem file di-download, jalankan command berikut:
ssh-keygen -f YOURKEY.pem -y
- Simpan output dengan nama file
authorized_keys
. - Simpan file
authorized_keys
di~/.ssh/authorized_keys
Cara kedua
- Buka EC2 console.
- Pada menu NETWORK & SECURITY, pilih “Key Pairs”, kemudian klik Create Key Pair.
- Setelah pem file di-download, upload pem file, kemudian jalankan command berikut:
chmod 600 YOURKEY.pem ssh-keygen -f YOURKEY.pem -y >> ~/.ssh/authorized_keys
Recent Comments