Panduan
- Simpan konten file public ssh key pada clipboard
cat ~/.ssh/id_rsa.pub
# simpan output
- Menambahkan SSH Public Key pada akun GitHub
- Login https://github.com
- Kunjungi https://github.com/settings/keys dan klik “New SSH key”
- Salin key yang sudah tersimpan pada clipboard lalu klik “Add SSH key”
- Import SSH Key
ssh-import-id gh:<user-id>
# Example:
# ssh-import-id gh:ajiarya