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. Aug 27, 2024
  2. Apr 11, 2024
  3. Jan 22, 2024
  4. Jan 23, 2023
  5. Nov 23, 2022
  6. 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
  7. May 23, 2022
  8. May 20, 2022
    • Igor Drozdov's avatar
      Narrow supported kex algorithms · 6a76b027
      Igor Drozdov authored
      We don't support diffie-hellman-group14-sha1 via OpenSSH currently
      Let's avoid introducing it in gitlab-sshd because it's using
      weak hashing algorithm
      6a76b027
  9. May 19, 2022
  10. May 18, 2022
  11. May 12, 2022
    • Igor Drozdov's avatar
      Implement ClientKeepAlive option · a16dcb3e
      Igor Drozdov authored
      Git clients sometimes open a connection and leave it idling,
      like when compressing objects.
      Settings like timeout client in HAProxy might cause these
      idle connections to be terminated.
      
      Let's send the keepalive message in order to prevent a client
      from closing
      a16dcb3e
  12. May 10, 2022
  13. Apr 25, 2022
  14. Apr 22, 2022
  15. Mar 30, 2022
  16. Mar 24, 2022
  17. Jan 12, 2022
    • Igor Drozdov's avatar
      Deprecate self_signed_cert config setting · 537f8e19
      Igor Drozdov authored
      The option isn't required to accept self-signed certs
      
      On the other hand, if the option set to true it makes
      machine-in-the-middle attack possible
      
      Let's clarify it in the code that the option is deprecated
      537f8e19
  18. May 26, 2021
  19. May 24, 2021
  20. Apr 12, 2021
  21. Feb 16, 2021
  22. Jan 18, 2021
  23. Oct 01, 2020
    • Zeger-Jan van de Weg's avatar
      config: Set a secret example · 6cef0851
      Zeger-Jan van de Weg authored
      The config.yml.example didn't include a field I was expecting to be
      there, which lead me to believe the field didn't exist. This change adds
      the `secret` YAML field, and describes how it interacts with the
      secrets_file.
      6cef0851
  24. Aug 20, 2020
  25. Jul 01, 2020
  26. May 28, 2020
  27. May 05, 2020
  28. Oct 02, 2019
  29. Jun 11, 2019
  30. Mar 01, 2019
  31. Sep 28, 2018
  32. Aug 24, 2018
  33. Mar 19, 2018
  34. Jan 12, 2018
  35. Dec 13, 2017
  36. Feb 24, 2017
Loading