Myvideo

Guest

Login

How to create and configure an SSH Key for Github & how to create a custom SSH Key | #TechTips

Uploaded By: Myvideo
1 view
0
0 votes
0

In these videos, our in-house developer team at Hackages share with you the tech tips you need to become a better developer! Check out our other series '#TechTips' videos: 1. Command to generate an SSH key: ssh-keygen -t rsa -b 2048 -C ''youremail@'' Go to your profile on Github at My Profile - Settings - SSH and GPG keys at then paste your public key () 2. In case you want to use a custom SSH key use this config file (~/.ssh/config) Host HostName User git Port 22 PreferredAuthentications publickey IdentityFile /Users/florian/.ssh/hackjam-io # replace by your file location IdentitiesOnly yes 🔥PREVIOUS VIDEO • React & State management revisited | Hacklunch →

Share with your friends

Link:

Embed:

Video Size:

Custom size:

x

Add to Playlist:

Favorites
My Playlist
Watch Later