gitlab-sshdisa standalone SSH serverwritten in Go. It is as a lightweight alternative to OpenSSH. It is provided as part of thegitlab-shellpackage and handlesSSH operations. While OpenSSH uses a restricted shell approach,gitlab-sshd: ...
gitlab-sshdisa standalone SSH serverwritten in Go. It is as a lightweight alternative to OpenSSH. It is provided as part of thegitlab-shellpackage and handlesSSH operations. While OpenSSH uses a restricted shell approach,gitlab-sshd: ...
gitlab-sshd is a binary in gitlab-shell which runs as a persistent SSH daemon. It is intended to replace OpenSSH on GitLab SaaS, and eventually other cloud-native environments. Instead of running an sshd process, we run a gitlab-sshd process that does the same job, in a more focused...