Git #9 - SSH key authentication on GitHub @itvraag
Git #9 - SSH key authentication on GitHub  @itvraag
Uploaded December 2021 | Updated September 2026, 2 weeks ago
In this video we'll configure an SSH key on our GitHub account in order to manage our remote repositories securely through SSH.
#git #authentication
Git video playlist: youtube.com/playlist?list=PLkU6DiIV0iJSXQRSfRZfgDD6hAcg00KgN
https://itvraag.nl

Used commands:
ls -al ~/.ssh
for key in ~/.ssh/id_*; do ssh-keygen -l -f "${key}"; done | uniq
ssh-keygen -t ed25519 -C "your_email@example.com"
git config --global --unset credential.helper
eval $(ssh-agent)
ssh-add -k ~/.ssh/id_ed25519

bash_profile script for SSH agent:
stackoverflow.com/questions/18880024/start-ssh-agent-on-login
Git #9 - SSH key authentication on GitHubHTC One X - How To Root (Easy)Permanent PowerShell aliases with parameters #shortsGit #1 - install, config and command basics on a local repo in CentOS8Windows 7 - Disabling Balloon Tips Notifications (Taskbar)Why Privacy Matters & Why You Should Care?!Windows 7 - Copy & Paste in CMD (Command Prompt)Git #6 - branches (new, change, merge & delete)LG G3 - Hard Reset Through SettingsGalaxy S4 - Add/Remove Back Cover/Battery/Micro-SIM/SD-cardBlackBerry Q10 - Specs ReviewGalaxy S3, S4 & S5 - Stream Music To Computer
itvraag |

Git #9 - SSH key authentication on GitHub

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER