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