fixed sshd conf.d path
This commit is contained in:
parent
fec23ae0dc
commit
67f9160189
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ ssh_tunnel_os_supported: True
|
||||||
ssh_tunnel_local_sshdir: "/home/{{ ssh_tunnel_autossh_system_user }}/.ssh/"
|
ssh_tunnel_local_sshdir: "/home/{{ ssh_tunnel_autossh_system_user }}/.ssh/"
|
||||||
ssh_tunnel_remote_sshdir: "/home/{{ ssh_tunnel_sshd_unprivileged_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_autossh_service_file: "/etc/systemd/system/autossh.service"
|
||||||
ssh_tunnel_sshd_conf_dir: "/etc/ssh/sshd_config/"
|
ssh_tunnel_sshd_conf_dir: "/etc/ssh/sshd_config.d/"
|
Loading…
Add table
Add a link
Reference in a new issue