-
- Downloads
gitlab-sshd: Add support for signed user certificates
We add a `trusted_user_ca_keys` config setting that allows gitlab-sshd to trust any SSH certificate signed by the keys listed in this file. This is equivalent to the `TrustedUserCAKeys` OpenSSH setting. We assume the certificate identity is equivalent to the GitLab username.
Showing
- cmd/gitlab-shell/command/command.go 14 additions, 0 deletionscmd/gitlab-shell/command/command.go
- internal/config/config.go 1 addition, 0 deletionsinternal/config/config.go
- internal/sshd/server_config.go 98 additions, 11 deletionsinternal/sshd/server_config.go
- internal/sshd/session.go 3 additions, 0 deletionsinternal/sshd/session.go
- internal/sshd/sshd.go 1 addition, 0 deletionsinternal/sshd/sshd.go
Please register or sign in to comment