2015-09-11 14:41:01 +05:30
|
|
|
- page_title "SSH Keys"
|
2017-09-10 17:25:29 +05:30
|
|
|
- @content_class = "limit-container-width" unless fluid_layout
|
2015-09-25 12:07:36 +05:30
|
|
|
|
2016-06-02 11:05:42 +05:30
|
|
|
.row.prepend-top-default
|
2017-09-10 17:25:29 +05:30
|
|
|
.col-lg-4.profile-settings-sidebar
|
2016-06-02 11:05:42 +05:30
|
|
|
%h4.prepend-top-0
|
|
|
|
= page_title
|
|
|
|
%p
|
|
|
|
SSH keys allow you to establish a secure connection between your computer and GitLab.
|
2017-09-10 17:25:29 +05:30
|
|
|
.col-lg-8
|
2016-06-02 11:05:42 +05:30
|
|
|
%h5.prepend-top-0
|
|
|
|
Add an SSH key
|
|
|
|
%p.profile-settings-content
|
|
|
|
Before you can add an SSH key you need to
|
2018-03-27 19:54:05 +05:30
|
|
|
= link_to "generate one", help_page_path("ssh/README", anchor: 'generating-a-new-ssh-key-pair')
|
|
|
|
or use an
|
|
|
|
= link_to "existing key.", help_page_path("ssh/README", anchor: 'locating-an-existing-ssh-key-pair')
|
2016-06-02 11:05:42 +05:30
|
|
|
= render 'form'
|
|
|
|
%hr
|
|
|
|
%h5
|
|
|
|
Your SSH keys (#{@keys.count})
|
2017-08-17 22:00:37 +05:30
|
|
|
.append-bottom-default
|
2016-06-02 11:05:42 +05:30
|
|
|
= render 'key_table'
|