From aafbc779c30b73de2c7fa81ed103d08f3d666298 Mon Sep 17 00:00:00 2001 From: Vie Liana Date: Thu, 26 Oct 2023 11:20:09 +0700 Subject: [PATCH] chore: Fix typo double "a" --- .../how-to-use-git-using-ssh-protocol-for-github/index.id.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)