# HG changeset patch # User Marcin Kuzminski # Date 2018-11-27 12:16:34 # Node ID bcca327572c1ffaa13584f23510024ed305fbfaa # Parent aeca5dece6544037c3dae7a7adee7c54def09dc1 ux: provide clearer instructions for SSH keys. diff --git a/rhodecode/templates/admin/users/user_edit_ssh_keys_generate.mako b/rhodecode/templates/admin/users/user_edit_ssh_keys_generate.mako --- a/rhodecode/templates/admin/users/user_edit_ssh_keys_generate.mako +++ b/rhodecode/templates/admin/users/user_edit_ssh_keys_generate.mako @@ -4,7 +4,8 @@

- ${_('Below is a 2048 bit generated SSH RSA key. You can use it to access RhodeCode via the SSH wrapper.')} + ${_('Below is a 2048 bit generated SSH RSA key.')}
+ ${_('If You wish to use it to access RhodeCode via the SSH please save the private key and click `Use this generated key` at the bottom.')}

${_('Private key')}