From 67f91601893f7943ae991295b81b8e6e31e87f53 Mon Sep 17 00:00:00 2001 From: "Philip (a-0)" <@ph:a-0.me> Date: Wed, 13 Jul 2022 13:04:03 +0200 Subject: [PATCH] fixed sshd conf.d path --- vars/debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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