Commit cd6046e1 authored by Job van der Voort's avatar Job van der Voort

Merge branch 'unique-ssh' into 'master'

Added note about SSH keys being unique

Because of issue https://gitlab.com/gitlab-com/support-forum/issues/143

See merge request !1914
parents 215386df f8471cd1
......@@ -105,3 +105,6 @@ IdentityFile ~/my-ssh-key-directory/company-com-private-key-filename
Note in the gitlab.com example above a username was specified to override the default chosen by OpenSSH (your local username). This is only required if your local and remote usernames differ.
Due to the wide variety of SSH clients and their very large number of configuration options, further explanation of these topics is beyond the scope of this document.
Public SSH keys need to be unique, as they will bind to your account. Your SSH key is the only identifier you'll
have when pushing code via SSH. That's why it needs to uniquely map to a single user.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment