Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Deploy key needed documentation. | dosire | 2014-03-18 | 1 | -0/+7 |
| | |||||
* | Moved all the help files to markdown files: | Jeroen van Baarsen | 2014-02-28 | 1 | -0/+24 |
Files moved: * Workflow * help/ssh * help/webhooks * help/system_hooks * help/public_access * help/permissions |