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

Developer's Diary + Code
Developer's Diary + Code
54.2 هزار بار بازدید - 4 سال پیش - In these videos, our in-house
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 ''[email protected]''

Go to your profile on Github at My Profile - Settings - SSH and GPG keys at  
https://github.com/settings/keys then paste your public key (id_rsa.pub)

2. In case you want to use a custom SSH key use this config file (~/.ssh/config)

Host git.hackjam.io                                                                                                                        
 HostName git.hackjam.io
 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 → React & State management revisited - ...

➡️At Hackages, our aim is to connect with our tech community and build educational training sessions to develop your skills as a software engineer.

🎬Catch up on the Webinar series:

➡️Live coding an application with GraphQL Apollo & React Native | Hacklunch
Live coding an application with Graph...

➡️Debug TypeScript with Index Types, Generics and Keyof! | Hack With Us
Debug TypeScript with Index Types, Ge...

➡️Check out all of our current training: https://community.hackages.io/trainings

✅Make sure to subscribe to our newsletter, we won't spam you!
https://bit.ly/HackagesNewsletter

👤Connect with us:
Twitter: hackages
LinkedIn: hackages
Instagram: Hackages
Facebook: Hackages
4 سال پیش در تاریخ 1399/08/09 منتشر شده است.
54,274 بـار بازدید شده
... بیشتر