diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2015-10-31 23:31:21 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2015-10-31 23:31:21 +0100 |
commit | a1d0eca88686faabd9742f92174a0caa76e36cf6 (patch) | |
tree | b3f8aa9110a488c38482f5d44767b013a9f907f2 /doc/ssh | |
parent | 1f8689693a9a850519821ec970b4810607004ea1 (diff) | |
download | gitlab-ce-a1d0eca88686faabd9742f92174a0caa76e36cf6.tar.gz |
Gilab -> GitLab
Diffstat (limited to 'doc/ssh')
-rw-r--r-- | doc/ssh/README.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/ssh/README.md b/doc/ssh/README.md index b6b8000af4e..0bdb4070e74 100644 --- a/doc/ssh/README.md +++ b/doc/ssh/README.md @@ -15,8 +15,7 @@ Note: It is a best practice to use a password for an SSH key, but it is not required and you can skip creating a password by pressing enter. Note that the password you choose here can't be altered or retrieved. -To generate a new SSH key, use the following command: -```bash +To generate a new SSH key, use the following commandGitLab```bash ssh-keygen -t rsa -C "$your_email" ``` This command will prompt you for a location and filename to store the key @@ -82,7 +81,7 @@ How to add your ssh key to Eclipse: http://wiki.eclipse.org/EGit/User_Guide#Ecli ## Tip: Non-default OpenSSH key file names or locations -If, for whatever reason, you decide to specify a non-default location and filename for your Gitlab SSH key pair, you must configure your SSH client to find your Gitlab SSH private key for connections to your Gitlab server (perhaps gitlab.com). For OpenSSH clients, this is handled in the `~/.ssh/config` file with a stanza similar to the following: +If, for whatever reason, you decide to specify a non-default location and filename for your GitLab SSH key pair, you must configure your SSH client to find your GitLab SSH private key for connections to your GitLab server (perhaps gitlab.com). For OpenSSH clients, this is handled in the `~/.ssh/config` file with a stanza similar to the following: ``` # @@ -97,7 +96,7 @@ User mygitlabusername Another example ``` # -# Our company's internal Gitlab server +# Our company's internal GitLab server # Host my-gitlab.company.com RSAAuthentication yes |