Commit Graph

10 Commits

Author SHA1 Message Date
James Ramsay 7e189a646b Fix typo and improve formatting 2018-08-06 14:28:00 -04:00
Ævar Arnfjörð Bjarmason e00a7faba0 Add support for SSH certificate authentication
Why and how to enable this is covered in the docs being changed
here. This requires gitlab-org/gitlab-shell@2e8b670 ("Add support for
SSH certificate authentication", 2018-06-14) which has been merged in
and tagged as 8.0.0, so GITLAB_SHELL_VERSION needs to be bumped.

Merging this closes gitlab-org/gitlab-ce#34572 see
gitlab-org/gitlab-shell!207 for the gitlab-shell MR.

Implementation notes:

 - The APIs being changed here are all internal, and their sole
   consumer is gitlab-shell.

 - Most of the changed code is a MR to gitlab-shell, see the
   gitlab-org/gitlab-shell!207 MR. That change covers why only some of
   the internal methods get a new "username" parameter, and why some
   others only get a "user_id".
2018-08-01 08:44:39 +02:00
Pascal Borreli 12e3eff462 Fixed typos 2018-04-27 08:50:05 +00:00
Marcia Ramos 650d11beb4 Docs: search/replace "Enterprise Edition" and adjust when applicable 2018-02-22 16:13:35 +00:00
Ben Bodenmiller 6771108d6f Remove double negative 2018-02-11 06:31:31 +00:00
Stan Hu e82e3c2a55 Fix incorrect path for gitlab-shell authorized keys helper 2018-01-18 21:44:16 -08:00
James Ramsay 53d0ee4bcc Add EE version and CE issue link 2018-01-18 10:28:01 -05:00
James Ramsay 64683642e8 Add release added and release backported to CE 2018-01-18 09:24:28 -05:00
Nick Thomas c73eb55d93
Use the new gitlab-shell authorized-keys helper in documentation 2018-01-09 15:20:38 +00:00
Ernst van Nierop 07bd79cd72 Combine ssh docs and rename the doc
Backport to CE, originally branch 'evn-ssh-clarify-docs

See merge request gitlab-org/gitlab-ee!3753
2018-01-08 20:34:19 +00:00