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 ;; *)