%p=_("Paste your public SSH key, which is usually contained in the file '~/.ssh/id_rsa.pub' and begins with 'ssh-rsa'. Don't use your private SSH key.")
%p=_("Paste your public SSH key, which is usually contained in the file '~/.ssh/id_rsa.pub' and begins with 'ssh-rsa'. Don't use your private SSH key.")
=f.text_area:key,class: "form-control",rows: 8,required: true,placeholder: 'Typically starts with "ssh-rsa …"'
=f.text_area:key,class: "form-control js-add-ssh-key-validation-input",rows: 8,required: true,placeholder: s_('Profiles|Typically starts with "ssh-rsa …"')
.form-group
.form-group
=f.label:title,class: 'label-light'
=f.label:title,class: 'label-light'
=f.text_field:title,class: "form-control",required: true,placeholder: 'e.g. My MacBook key'
=f.text_field:title,class: "form-control input-lg",required: true,placeholder: s_('Profiles|e.g. My MacBook key')
%p.form-text.text-muted=_('Name your individual key via a title')
%p.form-text.text-muted=_('Name your individual key via a title')