summaryrefslogtreecommitdiff
path: root/internal/sshd/sshd_test.go
Commit message (Expand)AuthorAgeFilesLines
* Extract server config related code out of sshd.goIgor Drozdov2021-09-151-7/+9
* Add TestInvalidClientConfig and TestNewServerWithoutHosts for sshd.goid-sshd-testsIgor Drozdov2021-09-151-0/+16
* refactor: move away from ioutil (deprecated)feistel2021-08-191-3/+3
* Sshd: Log same correlation_id on auth keysIgor Drozdov2021-07-271-14/+106
* Fix formatting via make fmtStan Hu2021-07-261-4/+4
* Provide liveness and readiness probesIgor Drozdov2021-07-191-11/+60
* Shutdown sshd gracefullyIgor Drozdov2021-07-151-0/+49