Skip to content

Commit

Permalink
Adding another alias used by some PuTTY-based SSH2 clients.
Browse files Browse the repository at this point in the history
  • Loading branch information
Castaglia committed Aug 31, 2016
1 parent 658e8dd commit 5ea8d3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/mod_sftp/interop.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ static struct sftp_version_pattern known_versions[] = {
"^3\\.2\\.9.*", SFTP_SSH2_FEAT_IGNORE_MSG, NULL },

{ ".*PuTTY.*|"
".*PUTTY.*|"
".*WinSCP.*", SFTP_SSH2_FEAT_NO_DATA_WHILE_REKEYING, NULL },

{ ".*SSH_Version_Mapper.*", SFTP_SSH2_FEAT_SCANNER, NULL },
Expand Down

0 comments on commit 5ea8d3d

Please sign in to comment.