1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 09:27:59 +00:00

Change PSCP's default protocol to SSH.

Apparently it's been set on Telnet for the entire lifetime of PSCP. It
can't have caused any trouble, or we'd have noticed by now, but it
still seems silly to set it to something that PSCP clearly can't
handle!
This commit is contained in:
Simon Tatham 2020-02-02 10:00:42 +00:00
parent 46fc31c062
commit 6f0adb243a

2
pscp.c
View File

@ -2229,7 +2229,7 @@ int psftp_main(int argc, char *argv[])
int i;
bool sanitise_stderr = true;
settings_set_default_protocol(PROT_TELNET);
settings_set_default_protocol(PROT_SSH);
sk_init();