* Update package.json
* Update CI tools (#248)
* chore: ci tools updates
* ci tools updates
* chore: update ci
* update dev tools (#249)
* chore: ci tools updates
* ci tools updates
* chore: update ci
* build tools update
* chore: udpate dev tools
* Update config.json.sample
fix: lost comma in config.json.sample
Co-authored-by: Bill Church <billchurch@users.noreply.github.com>
* Add configuration option to restrict connections to specified subnets
Signed-off-by: Matt Oswalt <matt@keepingitclassless.net>
* Remove accidentally included message
Signed-off-by: Matt Oswalt <matt@keepingitclassless.net>
* Move to cidr-matcher
Signed-off-by: Matt Oswalt <matt@keepingitclassless.net>
* feat: Add configuration option to restrict connections to specified subnets
If config.json is present and user.privatekey has an ssh-rsa private key defined as well as a user.name, the SSH server will staticlly authenticate to whatever host is specified on the URL with those credentials.
The ssh-rsa private key must have is line returns replaced with the litaral \n
Example: "-----BEGIN RSA PRIVATE KEY-----\nblahblahblah\n"