Skip to content
Snippets Groups Projects
  1. Jan 24, 2024
  2. Jan 23, 2024
  3. Jan 22, 2024
  4. Jan 16, 2024
  5. Jan 22, 2024
  6. Jan 10, 2024
  7. Jan 20, 2024
  8. Jan 19, 2024
  9. Jan 18, 2024
  10. Jan 11, 2024
  11. Jan 18, 2024
  12. Dec 15, 2023
    • Erik Tews's avatar
      Create symlinks in /etc/ssh pointing to /etc/gitlab for SSH private keys · 12fb1f052570
      Erik Tews authored
      The current gitlab Docker image creates SSH host keys during build in
      /etc/ssh when installing openssh-server. These keys are not used.
      Instead, the SSH host keys for Gitlab are generated by the wrapper
      script and stored in /etc/gitlab.
      
      Previously, the wrapper script overwrote the unused SSH public host keys
      in /etc/ssh with symlinks pointing to the keys used in /etc/gitlab. The
      SSH private keys were left untouched. Thus, there were SSH private keys
      in /etc/ssh that were not used and the corresponding public keys in
      /etc/ssh were symlinks to /etc/gitlab and the private and public keys
      did not match.
      
      Since this is could be confusing for adminstrators, this commit alters
      the wrapper script so that the unused SSH private keys in /etc/ssh are
      replaced with symlinks to the private keys used in /etc/gitlab.
      12fb1f052570
  13. Jan 18, 2024
  14. Jan 17, 2024
  15. Jan 14, 2024
  16. Jan 17, 2024
  17. Jan 11, 2024
  18. Jan 17, 2024
  19. Jan 04, 2024
  20. Jan 13, 2024
Loading