ansible/roles/sshd/templates/sshd@.service.j2

10 lines
241 B
Plaintext
Raw Normal View History

2021-03-11 08:04:57 -06:00
[Unit]
Description=OpenBSD Secure Shell server per-connection daemon
After=auditd.service
[Service]
ExecStart=-{{ sshd_binary }} -i -f {{ sshd_config_file }}
StandardInput=socket
RuntimeDirectory={{ sshd_binary }}
RuntimeDirectoryMode=0755