bugzilla-daemon at mindrot.org
2004-Feb-10 07:07 UTC
[Bug 440] Protocol 1 server key generated at start up even when P1 not used
http://bugzilla.mindrot.org/show_bug.cgi?id=440
------- Additional Comments From dtucker at zip.com.au 2004-02-10 18:07 -------
Took a quick look at this.
I can confirm that when running in inetd ("-i -o Protocol=1,2") the
SSHv1
ephemeral keys are still generated for v2 connects, and that with the patch
it's
not.
The patch, however, seems to break SSHv1 connections in inetd mode:
sh /usr/src/regress/usr.bin/ssh/test-exec.sh /usr/src/regress/usr.bin/ssh/obj
/usr/src/regress/usr.bin/ssh/proxy-connect.sh
Connection closed by UNKNOWN
ssh proxyconnect protocol 1 failed
Connection closed by UNKNOWN
ssh proxyconnect protocol 1 failed
bad SSH_CONNECTION
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Feb-10 13:57 UTC
[Bug 440] Protocol 1 server key generated at start up even when P1 not used
http://bugzilla.mindrot.org/show_bug.cgi?id=440 ------- Additional Comments From bruno at wolff.to 2004-02-11 00:57 ------- Thanks for looking at this and letting me know about the version 1 problem with the patch. I will want to fix this on some machines where people might be using version 1 still. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Possibly Parallel Threads
- [Bug 440] Protocol 1 server key generated at start up even when P1 not used
- [Bug 440] Protocol 1 server key generated at start up even when P1 not used
- [Bug 440] Protocol 1 server key generated at start up even when P1 not used
- [Bug 440] New: Protocol 1 server key generated at start up even when P1 not used
- [Bug 2044] New: error message is printed for SSHv1 when ssh is forced to allocate a pseudo-tty even when it does not have a one