1224
This commit is contained in:
@@ -545,7 +545,7 @@
|
|||||||
|
|
||||||
case "$MODE" in
|
case "$MODE" in
|
||||||
tunnel)
|
tunnel)
|
||||||
PORT="{{ _local_port }}"
|
PORT="{{ _local_port | default('') }}"
|
||||||
PASS="{{ dev2_passfile_used_tunnel }}"
|
PASS="{{ dev2_passfile_used_tunnel }}"
|
||||||
sshpass -f "$PASS" ssh {{ ssh_opts_common }} \
|
sshpass -f "$PASS" ssh {{ ssh_opts_common }} \
|
||||||
-o AddressFamily=inet \
|
-o AddressFamily=inet \
|
||||||
|
|||||||
Reference in New Issue
Block a user