fugu's sshd

main
Ricard Illa 2022-09-04 18:00:31 +02:00
parent e6423cf045
commit 4ac046a93b
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
3 changed files with 1 additions and 6 deletions

View File

@ -55,6 +55,7 @@
roles:
- basic
- users
- sshd
vars:
users:
- rilla

View File

@ -5,7 +5,6 @@
dest: "/etc/ssh/ssh_host_ed25519_key-cert.pub"
mode: '0644'
owner: root
group: root
- name: ssh_host_ed25519_key.pub
copy:
@ -13,7 +12,6 @@
dest: "/etc/ssh/ssh_host_ed25519_key.pub"
mode: '0644'
owner: root
group: root
- name: ssh_host_ed25519_key
copy:
@ -21,7 +19,6 @@
dest: "/etc/ssh/ssh_host_ed25519_key"
mode: '0600'
owner: root
group: root
- name: copy user_ca.pub
copy:
@ -29,7 +26,6 @@
dest: "/etc/ssh/user_ca.pub"
mode: '0644'
owner: root
group: root
- name: copy ssh_known_hosts
copy:
@ -37,4 +33,3 @@
dest: "/etc/ssh/ssh_known_hosts"
mode: '0644'
owner: root
group: root

View File

@ -5,7 +5,6 @@
dest: /etc/ssh/sshd_config
mode: '0644'
owner: root
group: wheel
- name: setup host ssh certificates
include_tasks: certs.yml