Skip to content

Add SSHFP record lookups#1033

Open
skreuzer wants to merge 1 commit into
goss-org:masterfrom
skreuzer:sshfp
Open

Add SSHFP record lookups#1033
skreuzer wants to merge 1 commit into
goss-org:masterfrom
skreuzer:sshfp

Conversation

@skreuzer
Copy link
Copy Markdown

@skreuzer skreuzer commented Aug 3, 2025

  • Add SSHFP record lookups.
Checklist
  • make test-all (UNIX) passes. CI will also test this
  • documentation is changed or added

Description of change

This commit implements SSHFP (SSH Fingerprint) DNS record type support, allowing you to validate that the ssh host key fingerprints stored in dns match what you expect


📚 Documentation preview 📚: https://goss--1033.org.readthedocs.build/en/1033/

  * Add SSHFP record lookups.
@skreuzer skreuzer requested a review from aelsabbahy as a code owner August 3, 2025 20:47
Copy link
Copy Markdown

@kgaughan kgaughan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should probably update integration-tests/goss/goss-shared.yaml too, otherwise there's no way to test for this in the integration tests.

Comment thread docs/gossfile.md
- "dns.google."

# Validate and SRV record
# Validate a SRV record
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Picky, I know,

Suggested change
# Validate a SRV record
# Validate an SRV record

Comment thread docs/gossfile.md
- "0 5 443 a.dnstest.io."
- "10 10 443 b.dnstest.io."

# Validate a SSHFP record
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Validate a SSHFP record
# Validate an SSHFP record

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.

2 participants