change name ssh-local.sh by remote_connection.sh

This commit is contained in:
primardj 2024-02-02 23:52:53 +00:00
parent 93b3658150
commit 933f1b5987

View file

@ -14,10 +14,10 @@
User="root"
Port=10022
Version="1.0.1"
Version="1.1.0"
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.
@ -55,7 +55,7 @@ for i in "$@"; do
Port="${i#*=}"
elif [ "${i}" == "--version" ] || [ "${i}" == "-v" ]
then
echo "Prog ssh-local v.${Version}"
echo "$(basename $0) v.${Version}"
exit 0
elif [ "${i}" == "--help" ] || [ "${i}" == "-h" ]
then