From 31c71fee463481a22d4031c959ddc6e70ca2eb30 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Fri, 2 Feb 2018 12:29:47 +0800 Subject: [PATCH] doc/savannah.txt: Use RSA instead of DSA The documentation on savannah recommends using only RSA keys, not DSA. (reference http://savannah.gnu.org/maintenance/SshAccess/) Thus update the doc/savannah.txt to us RSA instead. Signed-off-by: Axel Lin Acked-by: Simon Goldschmidt --- doc/savannah.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/savannah.txt b/doc/savannah.txt index d7d19eb6..a98418d9 100644 --- a/doc/savannah.txt +++ b/doc/savannah.txt @@ -29,12 +29,12 @@ Or, obtain a specific (fixed) release as follows: The Savannah server uses SSH (Secure Shell) protocol 2 authentication and encryption. As such, Git commits to the server occur through a SSH tunnel for project members. To create a SSH2 key pair in UNIX-like environments, do this: - ssh-keygen -t dsa + ssh-keygen Under Windows, a recommended SSH client is "PuTTY", freely available with good documentation and a graphic user interface. Use its key generator. -Now paste the id_dsa.pub contents into your Savannah account public key list. Wait +Now paste the id_rsa.pub contents into your Savannah account public key list. Wait a while so that Savannah can update its configuration (This can take minutes). Try to login using SSH: