2015-04-30 13:06:18 -04:00
|
|
|
- page_title "SSH Keys"
|
2015-09-09 17:05:47 -04:00
|
|
|
|
2016-02-29 12:19:00 -05:00
|
|
|
.row.prepend-top-default
|
|
|
|
.col-lg-3.profile-settings-sidebar
|
|
|
|
%h4.prepend-top-0
|
|
|
|
= page_title
|
|
|
|
%p
|
|
|
|
SSH keys allow you to establish a secure connection between your computer and GitLab.
|
|
|
|
.col-lg-9
|
|
|
|
%h5.prepend-top-0
|
|
|
|
Add an SSH key
|
2016-03-02 05:16:51 -05:00
|
|
|
%p.profile-settings-content
|
2016-02-29 12:19:00 -05:00
|
|
|
Before you can add an SSH key you need to
|
|
|
|
= link_to "generate it.", help_page_path("ssh", "README")
|
|
|
|
= render 'form'
|
|
|
|
%hr
|
|
|
|
%h5
|
|
|
|
Your SSH keys (#{@keys.count})
|
|
|
|
%div.append-bottom-default
|
2016-03-03 15:49:00 -05:00
|
|
|
= render 'key_table'
|