[Bug 742] Allow sftp to read config file to honor "Protocol 1"
    bugzilla-daemon at mindrot.org 
    bugzilla-daemon at mindrot.org
       
    Sun Oct 12 13:06:44 EST 2003
    
    
  
http://bugzilla.mindrot.org/show_bug.cgi?id=742
------- Additional Comments From dtucker at zip.com.au  2003-10-12 13:06 -------
Created an attachment (id=483)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=483&action=view)
Don't set "-oProtocol" in sftp.c except for SSHv1
I suspect that the forcing of protocol 2 dates back to when ssh(1) defaulted to
Protocol 1.  Since ssh now defaults to Protocol 2, we could change sftp.c to
only add -oProtocol for the "-1" option, like so and let ssh figure it out
otherwise.
Perhaps sftp needs a "-2" option to correspond to "-1"?
------- 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