Skip to content

Instantly share code, notes, and snippets.

View nguyendkn's full-sized avatar
🎯
Focusing

Đào Khôi Nguyên nguyendkn

🎯
Focusing
View GitHub Profile
ssh-keygen -t rsa -b 4096 -C "email_cua_ban@example.com"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa
cat ~/.ssh/id_rsa.pub
ssh -T git@gitlab.com