Skip to content
Snippets Groups Projects
  1. Dec 25, 2024
  2. Dec 24, 2024
    • Rene Trippen's avatar
      ssh_instance: write ciphers,macs and kex as comma-separated string (#401) · c3d6aa86
      Rene Trippen authored
      As the man page of sshd_config(5) describes:
      "Multiple ciphers/macs/kexalgorithms must be comma-separated."
      Using an array or YAML list for ciphers/mac/kex results in multiple
      entries in sshd_config. If multiple entries are set in sshd_config, sshd takes only the first
      one.
      
      Fixes #400
      c3d6aa86
    • OKO's avatar
      Purge and Recurse should be set together (#399) · 2d19df9a
      OKO authored
      
      If you for whatever reason decide to change the value of purge,
      recurse should change with it.
      
      This is nothing new and the solution as it's implemented here is the
      same I have seen in other popular modules (saz-sudo, ghoneycutt-ssh)
      regarding the relation between purge and recurse. If you don't you
      can get unexpected behaviour.
      
      Related to #390
      
      Co-authored-by: default avatarokopop <okopop@localhost.com>
      2d19df9a
  3. Oct 15, 2024
  4. Oct 14, 2024
  5. Oct 09, 2024
  6. May 25, 2024
  7. May 24, 2024
  8. May 23, 2024
  9. May 18, 2024
  10. Mar 27, 2024
  11. Nov 28, 2023
  12. Oct 12, 2023
  13. Oct 03, 2023
  14. Sep 26, 2023
  15. Sep 21, 2023
    • Rene Trippen's avatar
      write ciphers,macs and kex as comma-separated string · d2f06587
      Rene Trippen authored
      As the man page of sshd_config(5) describes:
      "Multiple ciphers/macs/kexalgorithms must be comma-separated."
      Using an array or YAML list for ciphers/mac/kex results in multiple
      entries in sshd_config. If multiple entries are set in sshd_config, sshd takes only the first
      one.
      
      Fixes #361
      d2f06587
  16. Sep 01, 2023
  17. Aug 03, 2023
  18. Jul 03, 2023
  19. Jul 01, 2023
  20. Jun 30, 2023
Loading