summaryrefslogtreecommitdiffstats
path: root/cmd/keys.go
Commit message (Collapse)AuthorAgeFilesLines
* Add debug option to serv to help debug problems (#9492)zeripath2019-12-251-1/+1
| | | | | | * Add debug option to serv to help debug problems * fixup! Add debug option to serv to help debug problems
* AuthorizedKeysCommand should not query db directly (#9371)zeripath2019-12-161-6/+4
| | | | | | | | * AuthorizedKeysCommand should not query db directly * Update routers/private/internal.go * Fix import order
* Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)zeripath2019-04-291-10/+0
|
* Create AuthorizedKeysCommand (#5236)zeripath2018-11-011-0/+85