Panduan

  1. Simpan konten file public ssh key pada clipboard
cat ~/.ssh/id_rsa.pub
# simpan output
  1. Menambahkan SSH Public Key pada akun GitHub
  1. Import SSH Key
ssh-import-id gh:<user-id>
# Example:
# ssh-import-id gh:ajiarya

Referensi