mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-05 21:42: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
psftp.c
2
psftp.c
@ -2743,7 +2743,7 @@ static int psftp_connect(char *userhost, char *user, int portnumber)
|
||||
cfg.nopty = TRUE;
|
||||
|
||||
/*
|
||||
* Set up fallback option, for SSH1 servers or servers with the
|
||||
* Set up fallback option, for SSH-1 servers or servers with the
|
||||
* sftp subsystem not enabled but the server binary installed
|
||||
* in the usual place. We only support fallback on Unix
|
||||
* systems, and we use a kludgy piece of shellery which should
|
||||
|
Reference in New Issue
Block a user