From 38c24693c9ba39ccd79f5fffce6056f6f2b08b08 Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Sat, 30 Jan 2021 21:02:12 +0100 Subject: [PATCH] Fix typo needed for Ip4 only mode --- seqs/ssh.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seqs/ssh.sh b/seqs/ssh.sh index ea9067b..f33e15d 100755 --- a/seqs/ssh.sh +++ b/seqs/ssh.sh @@ -36,7 +36,7 @@ step_5_info() { for arg in "$@" ; do case "$1" in -4) - sshOption="-o Addressfamiliy=inet" + sshOption="-o Addressfamily=inet " shift ;; *) @@ -62,7 +62,7 @@ step_5() { for arg in "$@" ; do case "$1" in -4) - sshOption="-o Addressfamiliy=inet" + sshOption="-o Addressfamily=inet" shift ;; *)