remove multipass support
parent
3ffbd545fe
commit
8134859645
|
@ -30,7 +30,7 @@ ssh() {
|
|||
|
||||
cat <<EOF
|
||||
usage:
|
||||
ssh <script options> host <commands to run on remote>
|
||||
sh <script options> host <commands to run on remote>
|
||||
put any additional SSH (man ssh) options can be added with -s, be sure to quote
|
||||
:hH:tu:dF:p:ro:k:
|
||||
-h
|
||||
|
@ -109,10 +109,7 @@ EOF
|
|||
echo "using SSH Config file at: $OPTARG"
|
||||
[[ -f $OPTARG ]] && cfg="-F $OPTARG" || echo no config file at $OPTARG, ignored
|
||||
;;
|
||||
# m)
|
||||
# # echo setting multipass
|
||||
# mp=true
|
||||
# ;;
|
||||
|
||||
*)
|
||||
echo unknown ssh script option $OPTARG xxx
|
||||
help
|
||||
|
|
Loading…
Reference in New Issue