${_('New SSH Key generated')}

${_('Below is a 2048 bit generated SSH RSA key. You can use it to access RhodeCode via the SSH wrapper.')}

${_('Private key')}

# Save the content as
# Windows: /Users//.ssh/id_rsa_rhodecode_access_priv.key
# macOS: /Users//.ssh/id_rsa_rhodecode_access_priv.key
# Linux: /home//.ssh/id_rsa_rhodecode_access_priv.key

# Change permissions to 0600 to make it secure, and usable.
e.g chmod 0600 /home//.ssh/id_rsa_rhodecode_access_priv.key
        

${_('Public key')}

# Save the content as
# Windows: /Users//.ssh/id_rsa_rhodecode_access_pub.key
# macOS: /Users//.ssh/id_rsa_rhodecode_access_pub.key
# Linux: /home//.ssh/id_rsa_rhodecode_access_pub.key
        

% if hasattr(c, 'target_form_url'): ${_('Use this generated key')}. % else: ${_('Use this generated key')}. % endif ${_('Confirmation required on the next screen')}.