| commit | d5f62bf280b0798d7009d4424594a648a4e887fb | [log] [download] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Fri Sep 24 22:11:14 2010 +1000 |
| committer | Damien Miller <djm@mindrot.org> | Fri Sep 24 22:11:14 2010 +1000 |
| tree | 5f18078ea61f6c5503dc4addfb2f17d13844692c | |
| parent | 603134e077e667b4819effb0e121803842df621f [diff] |
- djm@cvs.openbsd.org 2010/09/22 05:01:30
[kex.c kex.h kexecdh.c kexecdhc.c kexecdhs.c readconf.c readconf.h]
[servconf.c servconf.h ssh_config.5 sshconnect2.c sshd.c sshd_config.5]
add a KexAlgorithms knob to the client and server configuration to allow
selection of which key exchange methods are used by ssh(1) and sshd(8)
and their order of preference.
ok markus@