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

preview_player
Показать описание
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:

Go to your profile on Github at My Profile - Settings - SSH and GPG keys at

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

User git
Port 22
PreferredAuthentications publickey
IdentityFile /Users/florian/.ssh/hackjam-io # replace by your file location
IdentitiesOnly yes

➡️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

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

✅Make sure to subscribe to our newsletter, we won't spam you!

👤Connect with us:
Рекомендации по теме
Комментарии
Автор

my God, THANK YOU!!! I was doing this java course which has a section on git
it's a rather old course (2016/2017/2018) and the teacher did NOT know how to explain how to set up an SSH key
first I tried his way, did not work
then I tried yours and it did!
thank you again.

PedroGabrielCarmona
Автор

Exactly what I was searching all over for. Great job, thank you!

Anthony-gvds
Автор

Thanks a lot man, this literally prevented me from tearing my hair off from stress

Acesif
Автор

Thank you. You don't know what you've done for me man

bankoleridwanabiola
Автор

what is name your terminal case i have a macbook but my terminal so bad

alinassar
visit shbcf.ru