ssh_tunnel/vars/debian.yml

7 lines
313 B
YAML
Raw Normal View History

2022-07-13 12:52:07 +02:00
---
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"
2022-07-13 13:04:03 +02:00
ssh_tunnel_sshd_conf_dir: "/etc/ssh/sshd_config.d/"