Displaying 1 result from an estimated 1 matches for "revoked_host_key".
Did you mean:
revoked_host_keys
2023 Mar 25
4
[Bug 3552] New: ssh_config option RevokedHostKeys doesn't do tilde expansion on the filename
...el at spatof.org
Thanks to GitHub's private key leak I got to use the RevokedHostKeys
setting in ssh_config, and I realized it doesn't do tilde expansion on
the filename.
Specifically, this doesn't work and gives a "No such file or directory"
error:
RevokedHostKeys ~/.ssh/revoked_host_keys
but this does work:
RevokedHostKeys /Users/my_user/.ssh/revoked_host_keys
This was tested on OpenSSH 9.0p1 on macOS 13.2.1; I can't test on the
latest OpenSSH, but I did a quick search on the OpenSSH code on GitHub
and I think this bug is still present.
The IdentityFile option do tilde e...