summaryrefslogtreecommitdiff
path: root/doc/ssh
Commit message (Collapse)AuthorAgeFilesLines
* Update with secure password encryption methodsPeter Willis2018-08-291-11/+15
| | | | | | | | | | | | | | | | 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>
* Add additional headline for Adding SSH keys to GitLabAndreas Kämmerle2018-07-091-0/+2
|
* docMark Chao2018-06-061-4/+4
|
* Fixed typosPascal Borreli2018-04-271-2/+2
|
* Docs: update ssh docMarcia Ramos2018-03-051-4/+47
|
* Exclude comments from specific docsAchilleas Pipinellis2017-11-011-4/+4
|
* Add a system check for the git user's custom SSH configurationNick Thomas2017-09-041-0/+32
|
* Update deploy keys documentationAdam Niedzielski2017-03-201-3/+3
|
* cleanup SSH key detailsBen Bodenmiller2017-03-021-29/+64
|
* Simplify the SSH protocol introduction and link to a DO tutorialsimplify-ssh-docRémy Coutable2017-01-311-4/+6
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Refactor SSH keys docsAchilleas Pipinellis2016-12-091-65/+70
| | | | [ci skip]
* Improvements to setting up sshSean Packham2016-12-091-61/+93
|
* Add note on changing password of SSH keyCaesar Schinas2016-05-251-3/+6
|
* Update README.md - SSH password can be changed with `ssh-keygen -p`Caesar Schinas2016-05-141-2/+1
|
* Fixed Window's commands for SSH Help.Aaron Power2016-02-061-2/+19
|
* Fix grammarFelix Eckhofer2016-01-051-1/+1
|
* Clarify the key generation stepFelix Eckhofer2016-01-051-2/+3
| | | | | Users must not change the default filename or they will have to create a suitable .ssh/config which is out-of-scope here.
* Remove misleading `ssh-dsa`Felix Eckhofer2016-01-051-2/+2
| | | | | | | | | 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-`.
* Correction of markdown in SSH docsLaurens Stötzel2015-11-251-2/+3
|
* Rewrite HTTP links to force TLS, where possibleAlex Jordan2015-11-161-1/+1
|
* Gilab -> GitLabRobert Schilling2015-10-311-4/+3
|
* fixed step to instructionskaren Carias2015-09-231-13/+13
|
* fixed textkaren Carias2015-09-171-2/+1
|
* note about global keyskaren Carias2015-09-131-0/+3
|
* added note about unique SSH keyskaren Carias2015-07-241-0/+3
|
* Show username SSH config exampleJeff Blaine2015-06-191-3/+5
|
* Include non-default ssh key location infoJeff Blaine2015-06-191-1/+27
| | | | | | | | | | 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.
* Remove unnecessary fileKaren Carias2015-04-141-2/+0
|
* Add application section to SSH documentationKaren Carias2015-04-141-0/+6
|
* Add the text "Add your ssh key to an application" with link to ↵Karen Carias2015-04-141-0/+2
| | | | http://wiki.eclipse.org/EGit/User_Guide#Eclipse_SSH_Configuration
* Fix typo 'projecti' to 'project' in ssh doc [ci skip]Bart Deslagmulder2015-03-261-1/+1
|
* Replace linux with GNU/Linux to recognize the work of Dr. Stallman.replace-linux-with-gnu-linuxSytse Sijbrandij2015-03-151-1/+1
|
* Consolidate the SSH topics into a single file, since the twoEwan Edwards2015-02-043-49/+71
| | | | | | available topics are quite short. Also correct some missing words, punctuation.
* Update ssh doc with commands to copy the public key to the clipboardHannes Rosenögger2015-01-221-1/+18
|
* Update docs to markdown style guide.Ciro Santilli2014-06-033-18/+10
|
* Add titles to doc pages.Marin Jankovski2014-05-272-0/+4
|
* SSH section was missing in doc and corrected the deploy key section.dosire2014-04-012-1/+3
|
* Split up the lines for Jacob.dosire2014-03-181-3/+8
|
* Deploy key needed documentation.dosire2014-03-181-0/+7
|
* Moved all the help files to markdown files:Jeroen van Baarsen2014-02-281-0/+24
Files moved: * Workflow * help/ssh * help/webhooks * help/system_hooks * help/public_access * help/permissions