Commit Graph

100 Commits

Author SHA1 Message Date
Evan Read dfbe144e43 Refactor GitLab basics ssh keys docs
Ensures we give instructions for how to create ssh keys
in a single place only.
2019-05-29 14:33:32 +00:00
Marcel Amirault 9d6a8003e0 Docs: Realign more CE docs that diverged from EE unnecessarily (second MR) 2019-02-12 12:39:48 +00:00
Ben Bodenmiller 382eac7c33 docs: improve per-repository deploy keys 2019-02-08 02:47:32 +00:00
Ben Bodenmiller 67e7a15e50 docs: improve OpenSSH installation on Windows options 2019-02-05 22:58:43 +00:00
Evan Read c2c2d04b3a Fix most instances of bare URLs in markdown 2019-01-24 06:52:33 +00:00
Achilleas Pipinellis eacbffa30a
SSH docs: clarify that you need to accept the authenticity of the server 2018-12-19 11:13:31 +01:00
Evan Read 2ee8c40fc1 Merge branch '54230-eliminate-duplicated-words' into 'master'
Eliminate duplicated words (for docs)

See merge request gitlab-org/gitlab-ce!23183
2018-11-27 04:31:47 +00:00
Takuya Noguchi e238882d0c Eliminate duplicated words
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-11-22 15:44:32 +09:00
Marcel Amirault 4cee901dab Docs: Cleaning up various links 2018-11-21 23:15:01 +00:00
Achilleas Pipinellis 1e40a2cdee
Refactor SSH keys docs for Windows clients 2018-11-01 11:28:50 +01:00
Peter Willis 7a57e8f368
Update with secure password encryption methods
By default ssh-keygen uses an insecure password encryption method on the ssh key.
This change will add options to better protect the key.
See this page for more detail: https://latacora.singles/2018/08/03/the-default-openssh.html

Even if the user does not set a password, using the `-o` option needs to become
the new standard way to run `ssh-keygen`, since the default behavior is insecure.
Your help in establishing this option will be greatly appreciated and will help
improve overall security for your users and ssh users in general.

Originally submitted at
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6796.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-29 17:35:34 +02:00
Andreas Kämmerle e6a49b0076 Add additional headline for Adding SSH keys to GitLab 2018-07-09 16:34:50 +00:00
Mark Chao 15469fe0a1 doc 2018-06-06 21:01:44 +09:00
Pascal Borreli 12e3eff462 Fixed typos 2018-04-27 08:50:05 +00:00
Marcia Ramos 462f9e9387 Docs: update ssh doc 2018-03-05 11:44:42 +00:00
Achilleas Pipinellis 69b4c5c011 Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
Nick Thomas 48115be509 Add a system check for the git user's custom SSH configuration 2017-09-04 18:16:31 +01:00
Adam Niedzielski d29f90b54c Update deploy keys documentation 2017-03-20 13:49:05 +00:00
Ben Bodenmiller 746ccb2f83 cleanup SSH key details 2017-03-02 10:22:40 +00:00
Rémy Coutable 7d0cdf6267
Simplify the SSH protocol introduction and link to a DO tutorial
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-31 11:28:56 +01:00
Achilleas Pipinellis 81bfa925ed Refactor SSH keys docs
[ci skip]
2016-12-09 12:49:07 +01:00
Sean Packham 1038d37671 Improvements to setting up ssh 2016-12-09 12:12:02 +01:00
Caesar Schinas 1209391f9b Add note on changing password of SSH key 2016-05-25 03:42:22 +00:00
Caesar Schinas 09e0c1faec Update README.md - SSH password can be changed with `ssh-keygen -p` 2016-05-14 16:32:52 +00:00
Aaron Power b92ce40daa Fixed Window's commands for SSH Help. 2016-02-06 12:17:12 +00:00
Felix Eckhofer 766a59630f Fix grammar 2016-01-05 13:06:23 +01:00
Felix Eckhofer ca8639a466 Clarify the key generation step
Users must not change the default filename or they will have to create a
suitable .ssh/config which is out-of-scope here.
2016-01-05 13:06:08 +01:00
Felix Eckhofer d17945bb4e Remove misleading `ssh-dsa`
The keytype field is actually `ssh-dss` for DSA keys and they will not
be stored as `id_rsa.pub`.

Note that newer version of ssh actually also support
`ecdsa-sha2-nistp256` and others so it is also misleading to assume the
field always starts with `ssh-`.
2016-01-05 13:04:49 +01:00
Laurens Stötzel 82ff9e6593 Correction of markdown in SSH docs 2015-11-25 12:27:07 +00:00
Alex Jordan 3300db70ff Rewrite HTTP links to force TLS, where possible 2015-11-16 16:50:05 -08:00
Robert Schilling a1d0eca886 Gilab -> GitLab 2015-10-31 23:31:21 +01:00
karen Carias cfcb5f0f6a fixed step to instructions 2015-09-23 13:43:57 -07:00
karen Carias ca95842f94 fixed text 2015-09-17 09:40:46 -07:00
karen Carias ef0f4b5144 note about global keys 2015-09-13 21:34:31 -07:00
karen Carias f8471cd187 added note about unique SSH keys 2015-07-24 18:05:52 -07:00
Jeff Blaine 06d2c09f95 Show username SSH config example 2015-06-19 14:49:23 -04:00
Jeff Blaine 39ad10f9fe Include non-default ssh key location info
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/875

Provide help for people who aren't SSH-clued by indicating
how to point to key files that have been named something
other than the default. A lot of people seem to assume that
the filename they choose is irrelevant and then wonder why
their private key is not being found by simple 'ssh' commands.
2015-06-19 14:49:23 -04:00
Karen Carias 2b6231626a Remove unnecessary file 2015-04-14 22:32:49 +00:00
Karen Carias 9a139fb92d Add application section to SSH documentation 2015-04-14 22:31:26 +00:00
Karen Carias cac6f0e20b Add the text "Add your ssh key to an application" with link to http://wiki.eclipse.org/EGit/User_Guide#Eclipse_SSH_Configuration 2015-04-14 19:03:57 +00:00
Bart Deslagmulder 3cb28de28f Fix typo 'projecti' to 'project' in ssh doc [ci skip] 2015-03-26 20:14:40 +01:00
Sytse Sijbrandij a2fb3711f0 Replace linux with GNU/Linux to recognize the work of Dr. Stallman. 2015-03-15 18:06:25 -07:00
Ewan Edwards 7aa3f6053e Consolidate the SSH topics into a single file, since the two
available topics are quite short.

Also correct some missing words, punctuation.
2015-02-04 08:23:24 -08:00
Hannes Rosenögger abbb29b30c Update ssh doc with commands to copy the public key to the clipboard 2015-01-22 20:27:11 +01:00
Ciro Santilli fd348de76d Update docs to markdown style guide. 2014-06-03 23:16:31 +02:00
Marin Jankovski f22c709539 Add titles to doc pages. 2014-05-27 14:12:15 +02:00
dosire 799361a389 SSH section was missing in doc and corrected the deploy key section. 2014-04-01 10:28:55 +02:00
dosire d09f5796bf Split up the lines for Jacob. 2014-03-18 16:25:54 +01:00
dosire 257aa851d2 Deploy key needed documentation. 2014-03-18 16:24:49 +01:00
Jeroen van Baarsen 564c37d9b6 Moved all the help files to markdown files:
Files moved:
* Workflow
* help/ssh
* help/webhooks
* help/system_hooks
* help/public_access
* help/permissions
2014-02-28 19:30:13 +01:00