[Fusionforge-commits] r7315 - trunk/gforge/www/account
Roland Mas
lolando at libremir.placard.fr.eu.org
Fri Apr 3 09:32:11 CEST 2009
Author: lolando
Date: 2009-04-03 09:32:11 +0200 (Fri, 03 Apr 2009)
New Revision: 7315
Modified:
trunk/gforge/www/account/editsshkeys.php
Log:
Minor string fix
Modified: trunk/gforge/www/account/editsshkeys.php
===================================================================
--- trunk/gforge/www/account/editsshkeys.php 2009-04-02 21:18:18 UTC (rev 7314)
+++ trunk/gforge/www/account/editsshkeys.php 2009-04-03 07:32:11 UTC (rev 7315)
@@ -74,7 +74,7 @@
// not valid registration, or first time to page
site_user_header(array('title'=>'Change Authorized Keys'));
- echo _('<p>To avoid having to type your password every time for your CVS/SSH developer account, you may upload your public key(s) here and they will be placed on the CVS server in your ~/.ssh/authorized_keys file. This is done by a cron job, so it may not happen immediately. Please allow for a one hour delay.</p><p>To generate a public key, run the program \'ssh-keygen\' (you can use both protocol 1 or 2). The public key will be placed at \'~/.ssh/identity.pub\' (protocole 1) and \'~/.ssh/id_dsa.pub\' or \'~/.ssh/id_rsa.pub\' (protocole 2). Read the ssh documentation for further information on sharing keys.</p>');
+ echo _('<p>To avoid having to type your password every time for your CVS/SSH developer account, you may upload your public key(s) here and they will be placed on the CVS server in your ~/.ssh/authorized_keys file. This is done by a cron job, so it may not happen immediately. Please allow for a one hour delay.</p><p>To generate a public key, run the program \'ssh-keygen\' (you can use both protocol 1 or 2). The public key will be placed at \'~/.ssh/identity.pub\' (protocol version 1) and \'~/.ssh/id_dsa.pub\' or \'~/.ssh/id_rsa.pub\' (protocol version 2). Read the ssh documentation for further information on sharing keys.</p>');
?>
<form action="<?php echo getStringFromServer('PHP_SELF'); ?>" method="post">
More information about the Fusionforge-commits
mailing list