Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clarify ED25519 SSH key support | Ben Bodenmiller | 2019-06-14 | 1 | -3/+8 |
| | |||||
* | SSOT edits to docs that are alone in root directories | Marcel Amirault | 2019-06-10 | 1 | -6/+8 |
| | |||||
* | Refactor GitLab basics ssh keys docs | Evan Read | 2019-05-29 | 1 | -9/+10 |
| | | | | | Ensures we give instructions for how to create ssh keys in a single place only. | ||||
* | Docs: Realign more CE docs that diverged from EE unnecessarily (second MR) | Marcel Amirault | 2019-02-12 | 1 | -0/+11 |
| | |||||
* | docs: improve per-repository deploy keys | Ben Bodenmiller | 2019-02-08 | 1 | -5/+7 |
| | |||||
* | docs: improve OpenSSH installation on Windows options | Ben Bodenmiller | 2019-02-05 | 1 | -3/+3 |
| | |||||
* | Fix most instances of bare URLs in markdown | Evan Read | 2019-01-24 | 1 | -1/+1 |
| | |||||
* | SSH docs: clarify that you need to accept the authenticity of the server | Achilleas Pipinellis | 2018-12-19 | 1 | -1/+20 |
| | |||||
* | Merge branch '54230-eliminate-duplicated-words' into 'master' | Evan Read | 2018-11-27 | 1 | -1/+1 |
|\ | | | | | | | | | Eliminate duplicated words (for docs) See merge request gitlab-org/gitlab-ce!23183 | ||||
| * | Eliminate duplicated words | Takuya Noguchi | 2018-11-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | ||||
* | | Docs: Cleaning up various links | Marcel Amirault | 2018-11-21 | 1 | -1/+1 |
|/ | |||||
* | Refactor SSH keys docs for Windows clients | Achilleas Pipinellis | 2018-11-01 | 1 | -92/+151 |
| | |||||
* | Update with secure password encryption methods | Peter Willis | 2018-08-29 | 1 | -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 GitLab | Andreas Kämmerle | 2018-07-09 | 1 | -0/+2 |
| | |||||
* | doc | Mark Chao | 2018-06-06 | 1 | -4/+4 |
| | |||||
* | Fixed typos | Pascal Borreli | 2018-04-27 | 1 | -2/+2 |
| | |||||
* | Docs: update ssh doc | Marcia Ramos | 2018-03-05 | 1 | -4/+47 |
| | |||||
* | Exclude comments from specific docs | Achilleas Pipinellis | 2017-11-01 | 1 | -4/+4 |
| | |||||
* | Add a system check for the git user's custom SSH configuration | Nick Thomas | 2017-09-04 | 1 | -0/+32 |
| | |||||
* | Update deploy keys documentation | Adam Niedzielski | 2017-03-20 | 1 | -3/+3 |
| | |||||
* | cleanup SSH key details | Ben Bodenmiller | 2017-03-02 | 1 | -29/+64 |
| | |||||
* | Simplify the SSH protocol introduction and link to a DO tutorialsimplify-ssh-doc | Rémy Coutable | 2017-01-31 | 1 | -4/+6 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Refactor SSH keys docs | Achilleas Pipinellis | 2016-12-09 | 1 | -65/+70 |
| | | | | [ci skip] | ||||
* | Improvements to setting up ssh | Sean Packham | 2016-12-09 | 1 | -61/+93 |
| | |||||
* | Add note on changing password of SSH key | Caesar Schinas | 2016-05-25 | 1 | -3/+6 |
| | |||||
* | Update README.md - SSH password can be changed with `ssh-keygen -p` | Caesar Schinas | 2016-05-14 | 1 | -2/+1 |
| | |||||
* | Fixed Window's commands for SSH Help. | Aaron Power | 2016-02-06 | 1 | -2/+19 |
| | |||||
* | Fix grammar | Felix Eckhofer | 2016-01-05 | 1 | -1/+1 |
| | |||||
* | Clarify the key generation step | Felix Eckhofer | 2016-01-05 | 1 | -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 Eckhofer | 2016-01-05 | 1 | -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 docs | Laurens Stötzel | 2015-11-25 | 1 | -2/+3 |
| | |||||
* | Rewrite HTTP links to force TLS, where possible | Alex Jordan | 2015-11-16 | 1 | -1/+1 |
| | |||||
* | Gilab -> GitLab | Robert Schilling | 2015-10-31 | 1 | -4/+3 |
| | |||||
* | fixed step to instructions | karen Carias | 2015-09-23 | 1 | -13/+13 |
| | |||||
* | fixed text | karen Carias | 2015-09-17 | 1 | -2/+1 |
| | |||||
* | note about global keys | karen Carias | 2015-09-13 | 1 | -0/+3 |
| | |||||
* | added note about unique SSH keys | karen Carias | 2015-07-24 | 1 | -0/+3 |
| | |||||
* | Show username SSH config example | Jeff Blaine | 2015-06-19 | 1 | -3/+5 |
| | |||||
* | Include non-default ssh key location info | Jeff Blaine | 2015-06-19 | 1 | -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 file | Karen Carias | 2015-04-14 | 1 | -2/+0 |
| | |||||
* | Add application section to SSH documentation | Karen Carias | 2015-04-14 | 1 | -0/+6 |
| | |||||
* | Add the text "Add your ssh key to an application" with link to ↵ | Karen Carias | 2015-04-14 | 1 | -0/+2 |
| | | | | http://wiki.eclipse.org/EGit/User_Guide#Eclipse_SSH_Configuration | ||||
* | Fix typo 'projecti' to 'project' in ssh doc [ci skip] | Bart Deslagmulder | 2015-03-26 | 1 | -1/+1 |
| | |||||
* | Replace linux with GNU/Linux to recognize the work of Dr. Stallman.replace-linux-with-gnu-linux | Sytse Sijbrandij | 2015-03-15 | 1 | -1/+1 |
| | |||||
* | Consolidate the SSH topics into a single file, since the two | Ewan Edwards | 2015-02-04 | 3 | -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 clipboard | Hannes Rosenögger | 2015-01-22 | 1 | -1/+18 |
| | |||||
* | Update docs to markdown style guide. | Ciro Santilli | 2014-06-03 | 3 | -18/+10 |
| | |||||
* | Add titles to doc pages. | Marin Jankovski | 2014-05-27 | 2 | -0/+4 |
| | |||||
* | SSH section was missing in doc and corrected the deploy key section. | dosire | 2014-04-01 | 2 | -1/+3 |
| | |||||
* | Split up the lines for Jacob. | dosire | 2014-03-18 | 1 | -3/+8 |
| |