https://github.com/arnested/sshfpgo
Update SSHFP DNS records with ease
https://github.com/arnested/sshfpgo
dns hacktoberfest ssh sshfp sshfp-records
Last synced: 10 days ago
JSON representation
Update SSHFP DNS records with ease
- Host: GitHub
- URL: https://github.com/arnested/sshfpgo
- Owner: arnested
- License: mit
- Created: 2017-07-09T11:49:57.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2026-03-27T05:01:39.000Z (22 days ago)
- Last Synced: 2026-04-02T04:58:05.718Z (16 days ago)
- Topics: dns, hacktoberfest, ssh, sshfp, sshfp-records
- Language: Go
- Homepage:
- Size: 2.39 MB
- Stars: 6
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# sshfpgo
```console
$ sshfpgo
NAME:
sshfpgo - Update SSHFP DNS records
USAGE:
sshfpgo [global options] command [command options] [arguments...]
AUTHOR:
Arne Jørgensen
COMMANDS:
dnsimple Update SSHFP DNS records for DNSimple provider
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--verbose Verbose output
--dry-run Do no updates
--hostname HOSTNAME The HOSTNAME to update records for (default: "host.example.com")
--help, -h show help
--version, -v print the version
```
## DNS providers
### DNSimple
```console
$ sshfpgo dnsimple
NAME:
sshfpgo dnsimple - Update SSHFP DNS records for DNSimple provider
USAGE:
sshfpgo dnsimple [command options] [arguments...]
OPTIONS:
--zone ZONE DNSimple ZONE (default: "example.com")
--token TOKEN DNSimple Oauth TOKEN [$DNSIMPLE_TOKEN]
--sandbox Run against DNSimples sandbox environment
```