remove multipass support

master
David Kebler 2024-12-08 12:10:21 -08:00
parent 3ffbd545fe
commit 8134859645
1 changed files with 2 additions and 5 deletions

View File

@ -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