How to create and configure an SSH Key for Github how to create a custom SSH Key, , Tech Tips
In these videos, our inhouse 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: sshkeygen t rsa b 2048 C 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 Host HostName User git Port 22 PreferredAuthentications publickey IdentityFile , replace by your file location IdentitiesOnly yes PREVIOUS VIDEO React State management revisited, Hacklunch
|
|