This commit is contained in:
jonas 2021-10-18 08:05:10 +02:00
parent f8661902dc
commit de1f37983b

View File

@ -1,3 +1,12 @@
Install sshd:
pkg.installed:
- name: openssh-server
start sshd:
service.running:
- name: sshd
- enable: True
{% if pillar['ssh']['user-pub-keys'] %}
{{ pillar['username'] }}_autherized_keys:
ssh_auth: