summaryrefslogtreecommitdiff
path: root/cmd/gitlab-sshd/main.go
Commit message (Expand)AuthorAgeFilesLines
* Add support for the gssapi-with-mic auth methodMarin Hannache2023-01-231-0/+2
* go: Bump major version to v14Patrick Steinhardt2022-07-051-4/+4
* Allow specifying formatted durations in configIgor Drozdov2022-05-191-2/+3
* Reuse Gitaly conns and SidechannelIgor Drozdov2022-03-071-0/+2
* Add context fields to loggingid-context-fieldsIgor Drozdov2021-09-151-1/+1
* Switch to labkit for logging system setupNick Thomas2021-08-041-1/+2
* Sshd: Log same correlation_id on auth keysIgor Drozdov2021-07-271-2/+5
* Fix formatting via make fmtStan Hu2021-07-261-2/+2
* Switch to labkit/log for logging functionalityIgor Drozdov2021-07-221-13/+14
* Provide liveness and readiness probesIgor Drozdov2021-07-191-0/+1
* Shutdown sshd gracefullyIgor Drozdov2021-07-151-1/+27
* Fix opentracing setup for gitlab-sshdNick Thomas2021-05-171-1/+5
* gitlab-sshd: Respect the ssl_cert_dir config516-handle-ssl-cert-dir-correctlyNick Thomas2021-04-301-0/+3
* Add monitoring endpoint to sshdBen Kochie2021-02-161-0/+18
* Refactor Config defaultsBen Kochie2021-02-161-1/+0
* RFC: Simple built-in SSH serverLorenz Brun2021-01-181-0/+57