CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/14 19:55:44
Modified files:
regress/usr.bin/ssh: hostkey-agent.sh
Log message:
fix multiple problems with testing hostkey types that are
not enabled by default.
1) Add all hostkey types in the "multiple hostkeys" subtest.
Previously known_hosts was accidentally clobbered, causing
only the last added hostkey type to be used.
2) Explicitly enable the hostkey types under test via
HostKeyAlgorithms
