Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnested/sshfpgo
Update SSHFP DNS records with ease
https://github.com/arnested/sshfpgo
dns hacktoberfest ssh sshfp sshfp-records
Last synced: 15 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 (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T09:30:46.000Z (8 months ago)
- Last Synced: 2024-04-05T10:24:41.020Z (8 months ago)
- Topics: dns, hacktoberfest, ssh, sshfp, sshfp-records
- Language: Go
- Homepage:
- Size: 2.27 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# sshfpgo
```
$ sshfpgo
NAME:
sshfpgo - Update SSHFP DNS recordsUSAGE:
sshfpgo [global options] command [command options] [arguments...]AUTHOR:
Arne JørgensenCOMMANDS:
dnsimple Update SSHFP DNS records for DNSimple provider
help, h Shows a list of commands or help for one commandGLOBAL 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
```
$ sshfpgo dnsimple
NAME:
sshfpgo dnsimple - Update SSHFP DNS records for DNSimple providerUSAGE:
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
```