search for: sshvar

Displaying 1 result from an estimated 1 matches for "sshvar".

2003 Oct 12
10
[Bug 742] Allow sftp to read config file to honor "Protocol 1"
...ocol|Allow sftp to read config |1" in config file |file to honor "Protocol 1" ------- Additional Comments From mouring at eviladmin.org 2003-10-12 12:57 ------- You are correct. sftp directly does a 'addargs(&args, "-oProtocol %d", sshvar)' where sshvar is *ALWAYS* a value of 2 unless you use -1 as a commandline argument. Since sftp never parses the .ssh/config nor ssh_config directly it has no clue that you want to default to protocol 1. Only the underlying ssh connection reads those files (same with scp). Since sftp uses...