We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When hashing known hosts file is enabled in /etc/ssh/sshd_config:
/etc/ssh/sshd_config
HashKnownHosts yes
the known hosts file is obfuscated, e.g.
|1|/HDlpiXPrlV7Du5z0gYYl2jqFDc=|bM6g+TnsNFpNa4hm1XKGXFDypKg= ecdsa-sha2-nistp256 AAAAE..
The sshkey resource should respect the setting and not mix hashed entries with plain text entries.
sshkey
The matching lines can be found easily:
ssh-keygen -H -F hostname.example.com
but it's not as easy as managing plain-text records.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use Case
When hashing known hosts file is enabled in
/etc/ssh/sshd_config
:the known hosts file is obfuscated, e.g.
The
sshkey
resource should respect the setting and not mix hashed entries with plain text entries.The matching lines can be found easily:
but it's not as easy as managing plain-text records.
The text was updated successfully, but these errors were encountered: