Commit graph

7 commits

Author SHA1 Message Date
Bill Church
dcfd81b454
fix: fixes default for allowreauth (#239)
fixes #238
2021-05-11 11:58:47 -04:00
CChemin
fc2b7d4625
fix missing value for verify in the config.json sample (#192) 2020-03-30 23:59:42 -04:00
Bill Church
5cdc9d0978 chore: update config.json.sample 2020-03-19 10:37:00 -04:00
Chia-Chi Hsu
42f973b479 Fix: update config.json.sample (#177) 2020-01-17 04:43:25 -08:00
Bill Church
16a27ce62a
Pr/163 (#164)
* 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
2019-11-23 08:45:59 -05:00
Bill Church
342df8eb9c
feat(auth): ssh private key auth implemented via config.json (#161)
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"
2019-11-15 17:22:53 -05:00
Bill Church
95eb700a21
0.2.8 ready for pr (#133)
* make config.json optional

* update package for 14.1

* push.sh - reset permissions after module load

* build script updates

* update build scripts
2019-05-25 22:54:32 -04:00
Renamed from app/config.json (Browse further)