Understanding SSH Keys & Their Use with GitHub π
Learn about SSH keys, public/private keys, creating SSH keys, and their advantages for secure GitHub access.

python testers
13 views β’ Jun 9, 2021

About this video
SSH Keys, SSH Keys with github, Create SSH Keys, Advantage of SSH keys
Identity Key
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
eval "$(ssh-agent -s)"
ssh-add /home/alister/.ssh/id_rsa
Identity Key
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
eval "$(ssh-agent -s)"
ssh-add /home/alister/.ssh/id_rsa
Tags and Topics
Browse our collection to discover more content in these categories.
Video Information
Views
13
Duration
9:18
Published
Jun 9, 2021
Related Trending Topics
LIVE TRENDSRelated trending topics. Click any trend to explore more videos.