+
+ ${_('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
+~/.ssh/id_rsa_rhodecode_access_priv.key
+# Change permissions
+chmod 0600 ~/.ssh/id_rsa_rhodecode_access_priv.key
+
+
+
+
+
+
+
+
+
${_('Public key')}
+
+# Save the content as
+~/.ssh/id_rsa_rhodecode_access_pub.key
+# Change permissions
+chmod 0600 ~/.ssh/id_rsa_rhodecode_access_pub.key
+
+
+
+
+ ${_('Add this generated key')}
+
+
+