mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-04 04:52:47 -05:00
Consistently use a single notation to refer to SSH protocol versions, as
discussed. Use Barrett and Silverman's convention of "SSH-1" for SSH protocol version 1 and "SSH-2" for protocol 2 ("SSH1"/"SSH2" refer to ssh.com implementations in this scheme). <http://www.snailbook.com/terms.html> [originally from svn r5480]
This commit is contained in:
2
pscp.c
2
pscp.c
@ -1827,7 +1827,7 @@ static void sink(char *targ, char *src)
|
||||
tell_user(stderr, " when we requested a file "
|
||||
"called '%s'.", stripsrc);
|
||||
tell_user(stderr, " If this is a wildcard, "
|
||||
"consider upgrading to SSH 2 or using");
|
||||
"consider upgrading to SSH-2 or using");
|
||||
tell_user(stderr, " the '-unsafe' option. Renaming"
|
||||
" of this file has been disallowed.");
|
||||
/* Override the name the server provided with our own. */
|
||||
|
Reference in New Issue
Block a user