From: Mark Wooding Date: Wed, 16 Jan 2013 02:34:20 +0000 (+0000) Subject: hacks/ssh: Pass `-4' and `-6' options on to the master. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/ef864444687b788758ae35108ac508aac3442f3d?ds=sidebyside hacks/ssh: Pass `-4' and `-6' options on to the --- diff --git a/hacks/ssh b/hacks/ssh index 64df966..cbec247 100755 --- a/hacks/ssh +++ b/hacks/ssh @@ -123,7 +123,7 @@ while :; do ;; ## These options are interesting to the master connection. - m,[aADLlRSwxXv]*) + m,[aADLlRSwxXv46]*) masteropts=("${masteropts[@]}" "-${o:0:1}$arg") ;;