Explorar el Código

fix sshd config location

tags/v1.2.0^0
Jonathan Cobb hace 4 años
padre
commit
9270569651
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bubble-server/src/main/resources/packer/roles/firewall/tasks/main.yml

+ 1
- 1
bubble-server/src/main/resources/packer/roles/firewall/tasks/main.yml Ver fichero

@@ -105,7 +105,7 @@
- name: Install SSH hardening settings
copy:
src: bubble_sshd.conf
dest: /etc/ssh/ssh_config.d/bubble_sshd.conf
dest: /etc/ssh/sshd_config.d/bubble_sshd.conf
owner: root
group: root
mode: 0400


Cargando…
Cancelar
Guardar