diff --git a/content/tutorials/how-to-use-git-using-ssh-protocol-for-github/index.id.md b/content/tutorials/how-to-use-git-using-ssh-protocol-for-github/index.id.md index acb3fca..43c3ee1 100644 --- a/content/tutorials/how-to-use-git-using-ssh-protocol-for-github/index.id.md +++ b/content/tutorials/how-to-use-git-using-ssh-protocol-for-github/index.id.md @@ -118,7 +118,7 @@ Setelah memiliki _SSH key pair_ dan _SSH config file_ dikonfigurasi, saatnya men 1. Masuk ke __"Settings"__ > __"SSH and GPG keys"__ > Klik tombol __"New SSH key"__. 2. Isi __"Title"__ dengan apapun yang mudah Anda ingat untuk mengidentifikasi _SSH key_ Anda. 3. Pada bagian __"Key type"__, pilih __"Authentication Key"__. -4. Terakhir kembali ke terminal dan _paste_ isi dari __SSH public key__ (pada contoh tutorial ini adaalah `~/.ssh/github_key.pub`) key _textarea_ __"Key"__. Setelah itu klik tombol __Add SSH key"__. +4. Terakhir kembali ke terminal dan _paste_ isi dari __SSH public key__ (pada contoh tutorial ini adalah `~/.ssh/github_key.pub`) key _textarea_ __"Key"__. Setelah itu klik tombol __Add SSH key"__. ![menambahkan SSH key baru ke akun GitHub](github-add-new-ssh-key.jpg#center)