This commit is contained in:
2026-01-20 12:24:49 +02:00
parent 8c977b7dd8
commit 75c8f8217e

View File

@@ -545,7 +545,7 @@
case "$MODE" in
tunnel)
PORT="{{ _local_port }}"
PORT="{{ _local_port | default('') }}"
PASS="{{ dev2_passfile_used_tunnel }}"
sshpass -f "$PASS" ssh {{ ssh_opts_common }} \
-o AddressFamily=inet \