| Summary: | Error in manual page ssh_config(5) | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Dirk Gouders <gouders> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Hi, OpenSSH is contributed software. Could you perhaps bring this up to the OpenSSH developers? - Christian -- Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D > OpenSSH is contributed software. Could you perhaps bring this up to the > OpenSSH developers? I'm not sure whom to contact, but I will try to figure that out. Best regards, Dirk State Changed From-To: open->closed The submitter has brought this problem up to the vendor |
The manual page for the file ssh_config states that the default value for the keyword HostKeyAlgorithms is `ssh-rsa,ssh-dss'. I guess, that changed, because after I upgraded to 4.7-STABLE ssh did not longer recognize my stored RSA keys from other hosts, until I added the HostKeyAlgorithms keyword with the `default' value. Fix: Change the manual page. How-To-Repeat: Try to use RSA hostkeys without the HostKeyAlgorithms keyword in the file ssh_config.