summaryrefslogtreecommitdiff
path: root/internal/sshd/sshd_test.go
Commit message (Expand)AuthorAgeFilesLines
* Close the connection when context is canceledIgor Drozdov2022-05-231-1/+36
* Allow specifying formatted durations in configIgor Drozdov2022-05-191-1/+0
* Implement ClientKeepAlive optionIgor Drozdov2022-05-121-0/+1
* Make PROXY policy configurableIgor Drozdov2022-05-101-12/+94
* Revert "Abort long-running unauthenticated SSH connections"Igor Drozdov2022-04-251-29/+0
* Abort long-running unauthenticated SSH connectionsIgor Drozdov2022-03-301-0/+29
* Refactor flaky test case in sshd_testid-fix-flaky-testIgor Drozdov2021-11-151-13/+3
* Reject non-proxied connections when proxy protocol is enabled532-proxy-protocol-requireNick Thomas2021-10-121-5/+37
* 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