Skip to content
New issue

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

Enable EDNS0 in generated /etc/resolv.conf #2

Closed
wants to merge 1 commit into from

Conversation

toreanderson
Copy link

@toreanderson toreanderson commented Aug 17, 2019

EDNS0 is necessary to make OpenSSH trust DNSSEC-signed SSHFP records found in DNS. Unbound correctly implements EDNS0, so enabling it should be safe.

To test, try ssh -o VerifyHostKeyDNS=yes redpilllinpro01.ring.nlnog.net.

EDNS0 is necessary to make OpenSSH trust DNSSEC-signed SSHFP records found in
DNS. Unbound correctly implements EDNS0, so enabling it should be safe.

To test, try `ssh -o VerifyHostKeyDNS=yes redpilllinpro01.ring.nlnog.net`.
@wcawijngaards
Copy link
Member

@wcawijngaards wcawijngaards commented Aug 14, 2020

Thanks for the code! Committed part of your fix and also the issue in #5 fix. What I did not add was the check that the edns0 option or trust-ad option must be present. Right now it loops over the file and ignores options that are set. I think this is the most lenient to check what it needs there.

@pabs3
Copy link

@pabs3 pabs3 commented Jan 28, 2021

The commit above was not enough, this commit is also needed:

c8832f0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants