summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJob van der Voort <job@gitlab.com>2015-07-27 09:16:40 +0000
committerJob van der Voort <job@gitlab.com>2015-07-27 09:16:40 +0000
commitcd6046e1dd347f3a9bd7d062447aa25306a5755b (patch)
tree34788dcfd01aa63c2aa0ffa283007d1a2fee981b
parent215386df353b6e1e017d3cc7242ae2a7c6bd926e (diff)
parentf8471cd1872aec5141cab4e1dce715741f9eb9d3 (diff)
downloadgitlab-ce-cd6046e1dd347f3a9bd7d062447aa25306a5755b.tar.gz
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
-rw-r--r--doc/ssh/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ssh/README.md b/doc/ssh/README.md
index 5f44f9351dd..7cdcd11c04c 100644
--- a/doc/ssh/README.md
+++ b/doc/ssh/README.md
@@ -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.