Skip to content

Draft: gitlab-sshd: Add support for authentication via SSH certificates

Stan Hu requested to merge sh-ssh-certificates into main

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.

Edited by Stan Hu

Merge request reports