I think the time has come for PuTTYgen to mention "authorized_keys" instead
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Mon, 24 Nov 2003 13:40:58 +0000 (13:40 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Mon, 24 Nov 2003 13:40:58 +0000 (13:40 +0000)
of "authorized_keys2" by default. I believe this change was made in OpenSSH
around June 2001, so any versions which it applies should have been replaced
by now for other reasons.
(The docs still adequately document the confusion surrounding this)

git-svn-id: svn://svn.tartarus.org/sgt/putty@3577 cda61777-01e9-0310-a592-d414129be87e

puttygen.c

index ffe4317..f810ba2 100644 (file)
@@ -404,7 +404,7 @@ static void setupbigedit2(HWND hwnd, int id, int idstatic,
     strcpy(p, key->comment);
     SetDlgItemText(hwnd, id, buffer);
     SetDlgItemText(hwnd, idstatic, "&Public key for pasting into "
-                  "OpenSSH authorized_keys2 file:");
+                  "OpenSSH authorized_keys file:");
     sfree(pub_blob);
     sfree(buffer);
 }