1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Miscellaneous ssh2 fixes. plink is now relatively sane

[originally from svn r608]
This commit is contained in:
Simon Tatham
2000-09-21 14:34:32 +00:00
parent ea8d61f2d9
commit 180b62b6b0
6 changed files with 122 additions and 40 deletions

2
scp.c
View File

@ -957,7 +957,7 @@ int main(int argc, char *argv[])
default_protocol = PROT_TELNET;
flags = 0;
flags = FLAG_STDERR;
ssh_get_password = &get_password;
init_winsock();