[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] administration/content/gnu-content/account edit...
From: |
Sylvain Beucler |
Subject: |
[Savannah-cvs] administration/content/gnu-content/account edit... |
Date: |
Sun, 13 Feb 2005 07:05:45 -0500 |
CVSROOT: /cvsroot/administration
Module name: administration
Branch:
Changes by: Sylvain Beucler <address@hidden> 05/02/13 12:05:44
Modified files:
content/gnu-content/account: editsshkeys.fr_FR editsshkeys.txt
Log message:
Cleaned up SSH keys instructions
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/content/gnu-content/account/editsshkeys.fr_FR.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/content/gnu-content/account/editsshkeys.txt.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
Patches:
Index: administration/content/gnu-content/account/editsshkeys.fr_FR
diff -u administration/content/gnu-content/account/editsshkeys.fr_FR:1.1
administration/content/gnu-content/account/editsshkeys.fr_FR:1.2
--- administration/content/gnu-content/account/editsshkeys.fr_FR:1.1 Fri Jun
20 15:58:32 2003
+++ administration/content/gnu-content/account/editsshkeys.fr_FR Sun Feb
13 12:05:44 2005
@@ -1,13 +1,9 @@
-<!-- Savannah - User account modification about ssh -->
-<!-- $Id: editsshkeys.fr_FR,v 1.1 2003/06/20 15:58:32 babar Exp $ BEGIN -->
-<h3>Clés SSH partagées</h3>
-<p></p>
-<p>Pour générer une clé publique, lancez le programme 'ssh-keygen' ou
(ssh-keygen1).
-La clé publique sera placée dans '~/.ssh/identity.pub'. Lisez la documentation
de ssh pour plus d'informations sur les clés partagées.
-Employez ssh1 ou assurez-vous que votre fichier ~/.ssh/config contienne le mot
clé <b>Protocol 1</b> si vous ne disposez que de la version 2 de ssh.</p>
-<p><font class="error">Updates will be reflected in the next hour cron
job.</font></p>
-<p> Si vous avez un compte shell normal sur <?php print
$GLOBALS['sys_shell_host']; ?>, <?php print $GLOBALS['sys_name']; ?>
-ignorera les clés que vous entrez dans cette page. Vous devez les ajouter en
vos connectant sur <?php print $GLOBALS['sys_shell_host']; ?>
-et en éditant manuellement le fichier ~/.ssh/authorized_keys .
-Si vous n'êtes pas sur de ce que cela signifie, c'est que vous n'avez surement
pas de shell, et cette page est la seule façon d'ajouter vos clés.</p>
-<!-- $Id: editsshkeys.fr_FR,v 1.1 2003/06/20 15:58:32 babar Exp $ END -->
+<h3>Clés Publiques SSH</h3>
+
+<p>Pour générer une clé publique, lisez la FAQ sur <a
+href="https://savannah.gnu.org/faq/?group_id=5802&question=How_do_I_configure_my_SSH_access.txt">https://savannah.gnu.org/faq/?group_id=5802&question=How_do_I_configure_my_SSH_access.txt</a></p>
+
+<p>Ce que vous devez copier/coller ressemble à ceci:<br>
+<nobr><div style="font: x-small, fixed">ssh-dss
AAAAB3NzaC1kc3MAAACBAJrWOtbu064jGhpa8aPEUwuRXSKgKD5Tw4hyCjwSGXYUc3+YBzJD1Gh7mxGn6NaaKC3WrfqdghiGC3apwyz2oyuD/VqLM7BFprGxn+IW/T9Y8Bqny+MbQiccXx3jhENsBHZtzYuxubZc7mDeBS8DnWppsC0VWcTkqAyE8nXP1eOJAAAAFQDsRd3zm11x9D/YHD6DEy6whNwl7wAAAIBJTkTf70LRpPz4YZOFxHA2653WIm3qGjX9d9zodjycfOJQmfPetMdlKfvPl/hmuaOnx/fs3Iz3mEsPgCocB1wSSSyU8kpekcgrhqn4QIwQJgsyLjtbWO6VyPMw1YUKxE3e0pHCfN75+4eijAmiJnM2A7KTxesJZNe3IpBNncuEUgAAAIAL041kJojPdIteuyE+yeVYbZOQZSBMMKUAZMSUdOoxNRM/CbDzh6E6Pc1cRvv2sOITH7svenfttTBjK8hc8EZBAVv3Or1JppSRTsRQq8n9R5Q8qgEY5t2gO4xbli/7wKNq1RYmHQTWf5myXih7lN4qFjfir4BJyPC/uJc3yxuD0Q==
address@hidden</fixed></nobr></p>
+
+<p>Cela se trouve couramment dans <code>~/.ssh/id_dsa.pub</code>.</p>
Index: administration/content/gnu-content/account/editsshkeys.txt
diff -u administration/content/gnu-content/account/editsshkeys.txt:1.4
administration/content/gnu-content/account/editsshkeys.txt:1.5
--- administration/content/gnu-content/account/editsshkeys.txt:1.4 Sat Jan
10 18:45:59 2004
+++ administration/content/gnu-content/account/editsshkeys.txt Sun Feb 13
12:05:44 2005
@@ -1,18 +1,9 @@
-<!-- Savannah - User account modification about ssh -->
-<!-- $Id: editsshkeys.txt,v 1.4 2004/01/10 18:45:59 rudy Exp $ BEGIN -->
-<h3>SSH Shared Keys</h3>
-<P>
-<P>To generate a public key, run the program 'ssh-keygen' (or ssh-keygen1).
-The public key will be placed at '~/.ssh/id_dsa.pub'. Read the ssh
-documentation for further information on sharing keys.
-<P>Use OpenSSH version 2 dsa keys, see the FAQ for more information.
-<P><font class="error">Updates will be reflected in the next hour cron
job.</font>
-<P>If you have a regular shell account on
-<?php print $GLOBALS['sys_shell_host']; ?>
-<?php print $GLOBALS['sys_name']; ?>
- will ignore the keys you enter in this page. You must add them by login on
-<?php print $GLOBALS['sys_shell_host']; ?>
-and manually edit your ~/.ssh/authorized_keys file.
-If you're not sure what this means, you certainly don't have a shell
-account and this page is the only way for you to add the keys.
-<!-- $Id: editsshkeys.txt,v 1.4 2004/01/10 18:45:59 rudy Exp $ END -->
+<h3>SSH Public Keys</h3>
+
+<p>To generate a public key, see the FAQ at <a
+href="https://savannah.gnu.org/faq/?group_id=5802&question=How_do_I_configure_my_SSH_access.txt">https://savannah.gnu.org/faq/?group_id=5802&question=How_do_I_configure_my_SSH_access.txt</a></p>
+
+<p>What you need to copy/paste looks like this:<br>
+<nobr><div style="font: x-small, fixed">ssh-dss
AAAAB3NzaC1kc3MAAACBAJrWOtbu064jGhpa8aPEUwuRXSKgKD5Tw4hyCjwSGXYUc3+YBzJD1Gh7mxGn6NaaKC3WrfqdghiGC3apwyz2oyuD/VqLM7BFprGxn+IW/T9Y8Bqny+MbQiccXx3jhENsBHZtzYuxubZc7mDeBS8DnWppsC0VWcTkqAyE8nXP1eOJAAAAFQDsRd3zm11x9D/YHD6DEy6whNwl7wAAAIBJTkTf70LRpPz4YZOFxHA2653WIm3qGjX9d9zodjycfOJQmfPetMdlKfvPl/hmuaOnx/fs3Iz3mEsPgCocB1wSSSyU8kpekcgrhqn4QIwQJgsyLjtbWO6VyPMw1YUKxE3e0pHCfN75+4eijAmiJnM2A7KTxesJZNe3IpBNncuEUgAAAIAL041kJojPdIteuyE+yeVYbZOQZSBMMKUAZMSUdOoxNRM/CbDzh6E6Pc1cRvv2sOITH7svenfttTBjK8hc8EZBAVv3Or1JppSRTsRQq8n9R5Q8qgEY5t2gO4xbli/7wKNq1RYmHQTWf5myXih7lN4qFjfir4BJyPC/uJc3yxuD0Q==
address@hidden</fixed></nobr></p>
+
+<p>It is commonly located in <code>~/.ssh/id_dsa.pub</code>.</p>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-cvs] administration/content/gnu-content/account edit...,
Sylvain Beucler <=