0

Change key pair for ec2 instance

Cara pertama

  1. Buka EC2 console.
  2. Pada menu NETWORK & SECURITY, pilih “Key Pairs”, kemudian klik Create Key Pair.
  3. Setelah pem file di-download, jalankan command berikut:
    ssh-keygen -f  YOURKEY.pem -y
  4. Simpan output dengan nama file authorized_keys.
  5. Simpan file authorized_keys di ~/.ssh/authorized_keys

Cara kedua

  1. Buka EC2 console.
  2. Pada menu NETWORK & SECURITY, pilih “Key Pairs”, kemudian klik Create Key Pair.
  3. 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