diff --git a/vars/debian.yml b/vars/debian.yml index 2ce1e89..1800d91 100644 --- a/vars/debian.yml +++ b/vars/debian.yml @@ -4,4 +4,4 @@ ssh_tunnel_os_supported: True ssh_tunnel_local_sshdir: "/home/{{ ssh_tunnel_autossh_system_user }}/.ssh/" ssh_tunnel_remote_sshdir: "/home/{{ ssh_tunnel_sshd_unprivileged_user }}/.ssh/" ssh_tunnel_autossh_service_file: "/etc/systemd/system/autossh.service" -ssh_tunnel_sshd_conf_dir: "/etc/ssh/sshd_config/" \ No newline at end of file +ssh_tunnel_sshd_conf_dir: "/etc/ssh/sshd_config.d/" \ No newline at end of file