Semua Tutorial
Git

Setup SSH Key untuk GitHub

Push & pull tanpa memasukkan password berulang dengan autentikasi SSH key.

Git SSH GitHub Security
1 Generate SSH Key
bash
ssh-keygen -t ed25519 -C "email@anda.com"
cat ~/.ssh/id_ed25519.pub
2 Tambahkan ke GitHub

Salin isi public key, lalu di GitHub buka Settings → SSH and GPG keys → New SSH key dan tempel.

3 Uji Koneksi
bash
ssh -T git@github.com
Setelah ini, gunakan URL remote SSH: git@github.com:username/repo.git