Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/ssh
AgeCommit message (Collapse)Author
2018-07-09Add additional headline for Adding SSH keys to GitLabAndreas Kämmerle
2018-06-06docMark Chao
2018-04-27Fixed typosPascal Borreli
2018-03-05Docs: update ssh docMarcia Ramos
2017-11-01Exclude comments from specific docsAchilleas Pipinellis
2017-09-04Add a system check for the git user's custom SSH configurationNick Thomas
2017-03-20Update deploy keys documentationAdam Niedzielski
2017-03-02cleanup SSH key detailsBen Bodenmiller
2017-01-31Simplify the SSH protocol introduction and link to a DO tutorialRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-12-09Refactor SSH keys docsAchilleas Pipinellis
[ci skip]
2016-12-09Improvements to setting up sshSean Packham
2016-05-25Add note on changing password of SSH keyCaesar Schinas
2016-05-14Update README.md - SSH password can be changed with `ssh-keygen -p`Caesar Schinas
2016-02-06Fixed Window's commands for SSH Help.Aaron Power
2016-01-05Fix grammarFelix Eckhofer
2016-01-05Clarify the key generation stepFelix Eckhofer
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-05Remove misleading `ssh-dsa`Felix Eckhofer
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-`.
2015-11-25Correction of markdown in SSH docsLaurens Stötzel
2015-11-17Rewrite HTTP links to force TLS, where possibleAlex Jordan
2015-11-01Gilab -> GitLabRobert Schilling
2015-09-23fixed step to instructionskaren Carias
2015-09-17fixed textkaren Carias
2015-09-14note about global keyskaren Carias
2015-07-25added note about unique SSH keyskaren Carias
2015-06-19Show username SSH config exampleJeff Blaine
2015-06-19Include non-default ssh key location infoJeff Blaine
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-04-15Remove unnecessary fileKaren Carias
2015-04-15Add application section to SSH documentationKaren Carias
2015-04-14Add the text "Add your ssh key to an application" with link to ↵Karen Carias
http://wiki.eclipse.org/EGit/User_Guide#Eclipse_SSH_Configuration
2015-03-26Fix typo 'projecti' to 'project' in ssh doc [ci skip]Bart Deslagmulder
2015-03-16Replace linux with GNU/Linux to recognize the work of Dr. Stallman.Sytse Sijbrandij
2015-02-04Consolidate the SSH topics into a single file, since the twoEwan Edwards
available topics are quite short. Also correct some missing words, punctuation.
2015-01-22Update ssh doc with commands to copy the public key to the clipboardHannes Rosenögger
2014-06-04Update docs to markdown style guide.Ciro Santilli
2014-05-27Add titles to doc pages.Marin Jankovski
2014-04-01SSH section was missing in doc and corrected the deploy key section.dosire
2014-03-18Split up the lines for Jacob.dosire
2014-03-18Deploy key needed documentation.dosire
2014-02-28Moved all the help files to markdown files:Jeroen van Baarsen
Files moved: * Workflow * help/ssh * help/webhooks * help/system_hooks * help/public_access * help/permissions