diff --git a/ssh-local.sh b/remote_connection.sh similarity index 95% rename from ssh-local.sh rename to remote_connection.sh index 12bec3a..9ebf8ec 100755 --- a/ssh-local.sh +++ b/remote_connection.sh @@ -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