ソースを参照

fix sshd config location

tags/v1.2.0^0
Jonathan Cobb 4年前
コミット
9270569651
1個のファイルの変更1行の追加1行の削除
  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 ファイルの表示

@@ -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


読み込み中…
キャンセル
保存