CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/07/29 18:01:34
Modified files: usr.bin/ssh : kex.c kex.h readconf.c servconf.c ssh.c ssh_config.5 sshconnect2.c sshd.c sshd_config.5 Log message: Allow ssh_config and sshd_config kex parameters options be prefixed by a '+' to indicate that the specified items be appended to the default rather than replacing it. approach suggested by dtucker@, feedback dlg@, ok markus@