Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# sshfpgo

```
$ 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

```
$ 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
```