mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
I think the time has come for PuTTYgen to mention "authorized_keys" instead
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) [originally from svn r3577]
This commit is contained in:
parent
f9f6763a0e
commit
55402ab183
@ -404,7 +404,7 @@ static void setupbigedit2(HWND hwnd, int id, int idstatic,
|
|||||||
strcpy(p, key->comment);
|
strcpy(p, key->comment);
|
||||||
SetDlgItemText(hwnd, id, buffer);
|
SetDlgItemText(hwnd, id, buffer);
|
||||||
SetDlgItemText(hwnd, idstatic, "&Public key for pasting into "
|
SetDlgItemText(hwnd, idstatic, "&Public key for pasting into "
|
||||||
"OpenSSH authorized_keys2 file:");
|
"OpenSSH authorized_keys file:");
|
||||||
sfree(pub_blob);
|
sfree(pub_blob);
|
||||||
sfree(buffer);
|
sfree(buffer);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user