[Bug 742] sftp doesn't honor "Protocol 1" in config file
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Sun Oct 12 12:50:07 EST 2003
http://bugzilla.mindrot.org/show_bug.cgi?id=742
------- Additional Comments From dtucker at zip.com.au 2003-10-12 12:50 -------
Can't reproduce with 3.7.1p2. In ~/.ssh/config:
Host localhost-test
Hostname localhost
Protocol 1
$ scp -v localhost-test:/tmp/tmp1 /tmp/tmp2
Executing: program /usr/local/bin/ssh host localhost-test, user (unspecified),
command scp -v -f /tmp/tmp1
[snip]
debug1: match: OpenSSH_3.7.1p2 pat OpenSSH*
Protocol major versions differ: 1 vs. 2
debug1: Calling cleanup 0x8060294(0x0)
lost connection
(The server is configured to allow Protocol 2 only, which is why this fails).
Do you have 2 versions of ssh installed? Do you get the same result with 3.7.1p2?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list