change name ssh-local.sh by remote_connection.sh
This commit is contained in:
parent
93b3658150
commit
933f1b5987
1 changed files with 3 additions and 3 deletions
|
@ -14,10 +14,10 @@
|
||||||
|
|
||||||
User="root"
|
User="root"
|
||||||
Port=10022
|
Port=10022
|
||||||
Version="1.0.1"
|
Version="1.1.0"
|
||||||
|
|
||||||
Help_message="
|
Help_message="
|
||||||
ssh-local [OPTION] [OPTION=VALUE]
|
$(basename $0) [OPTION] [OPTION=VALUE]
|
||||||
|
|
||||||
script which permit to launch ssh to connect to the vm on localhost without letting any traces on this computer.
|
script which permit to launch ssh to connect to the vm on localhost without letting any traces on this computer.
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@ for i in "$@"; do
|
||||||
Port="${i#*=}"
|
Port="${i#*=}"
|
||||||
elif [ "${i}" == "--version" ] || [ "${i}" == "-v" ]
|
elif [ "${i}" == "--version" ] || [ "${i}" == "-v" ]
|
||||||
then
|
then
|
||||||
echo "Prog ssh-local v.${Version}"
|
echo "$(basename $0) v.${Version}"
|
||||||
exit 0
|
exit 0
|
||||||
elif [ "${i}" == "--help" ] || [ "${i}" == "-h" ]
|
elif [ "${i}" == "--help" ] || [ "${i}" == "-h" ]
|
||||||
then
|
then
|
Loading…
Reference in a new issue