CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/09/06 08:45:34
Modified files:
usr.bin/ssh : kex.c readconf.c servconf.c ssh.c ssh_config.5
sshd_config.5
Log message:
Allow prepending a list of algorithms to the default set by starting
the list with the '^' character, e.g.
HostKeyAlgorithms ^ssh-ed25519
Ciphers ^[email protected],[email protected]
ok djm@ dtucker@
