SSH Settings
đź•“ 10 minutes
What you’ll learn​
How to have, as a developer, secured access to the application source code stored in Git.
Steps​
- Go to your profile settings.
- Click on Add New SSH Key.
- If you don’t already have an SSH key, you can generate a new SSH key.
- Add the public SSH key to your profile settings.
- Go down the profile settings page and copy the configuration. Don't forget to replace the parameter $your_generated_ssh_key with the key that you've generated. Add the configuration into your local ~/.ssh/config.
For example:
Host gitlab.factory.innobank.codenow.com
Preferredauthentications publickey
Port 22
IdentityFile ~/.ssh/id_ed25519
Screenshots​
Step 1
Step 2
Step 4
What's next?​
You might be interested in our other tutorials: