Skip to main content

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​

  1. Go to your profile settings.
  2. Click on Add New SSH Key.
  3. If you don’t already have an SSH key, you can generate a new SSH key.
  4. Add the public SSH key to your profile settings.
  5. 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

Teams and Users nav

Step 2



Step 4



What's next?​

You might be interested in our other tutorials: