Saltstack Official OpenSSH Formula
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

16 lines
416B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. #
  4. # Setup variables specific to salt['config.get']('osfinger') == CentOS-6.
  5. # You just need to add the key:values for this `osfinger` that differ
  6. # from `defaults.yaml`.
  7. #
  8. # If you do not need to provide defaults via the `osfinger` config,
  9. # you can remove this file or provide at least an empty dict, e.g.
  10. # values: {}
  11. ---
  12. values:
  13. openssh:
  14. host_key_algos: ecdsa,rsa
  15. ...