From 912cdd5e6d82f6f2ee652ea0ce63a36adfaafc9f Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Wed, 11 Oct 2006 02:07:47 +0200 Subject: [PATCH] Random usage --- cgi/reguser.cgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cgi/reguser.cgi b/cgi/reguser.cgi index 87a1ed3..cab7627 100755 --- a/cgi/reguser.cgi +++ b/cgi/reguser.cgi @@ -38,10 +38,10 @@ EOT print <Here you can register a user. You need to register a user so that it can be granted push access to project(s). -SSH is used for pushing (the git+ssh protocol) and what authenticates you is your SSH key - +SSH is used for pushing (the git+ssh protocol) and what authenticates you is your SSH key - there is no password (though we recommend that your SSH key is password-protected). -You can find your public key in ~/.ssh/id_rsa.pub or ~/.ssh/id_dsa.pub; -if you do not have any yet, generate it using the ssh-keygen command. +You can find your public key in ~/.ssh/id_rsa.pub or ~/.ssh/id_dsa.pub; +if you do not have any yet, generate it using the ssh-keygen command. You can paste multiple keys in the box below, if you wish, each on a separate line. Changing the keys later is not implemented yet - if you need to do that, please contact the administrator.

We won't bother to verify your email contact, -- 2.11.4.GIT