As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
  1. Jun 26, 2022
    • Stan Hu's avatar
      gitlab-sshd: Add support for configuring host certificates · 4919ec7a
      Stan Hu authored
      This adds support for specifying host certificates via the
      `host_cert_files` option and advertises the signed key to the
      client. This acts similarly to OpenSSH's `HostCertificate` parameter:
      gitlab-sshd attempts to match a host key to its certificate, and then
      substitutes the matching host key with a certificate signed by a
      trusted certificate authority's key.
      
      This is the first requirement to supporting SSH certificates. This
      will enable the client to trust the server if both trust a common
      certificate authority. The `TrustedUserCAKeys` option will need to be
      supported later for the server to trust all user keys signed by this
      certificate authority.
      
      Relates to https://gitlab.com/gitlab-org/gitlab-shell/-/issues/495
      Unverified
      4919ec7a
  2. Jun 23, 2022
  3. Jun 16, 2022
  4. Jun 14, 2022
  5. Jun 10, 2022
  6. Jun 07, 2022
  7. Jun 06, 2022
  8. Jun 01, 2022
  9. May 25, 2022
  10. May 24, 2022
  11. May 23, 2022
Loading