diff --git a/sshtool b/sshtool index 6841bd6..474cb6d 100755 --- a/sshtool +++ b/sshtool @@ -26,7 +26,7 @@ else fi if [ -z "$ROOT_PASS" ]; then - read -s -p "Enter remote sudo password: " ROOT_PASS + read -r -s -p "Enter remote sudo password: " ROOT_PASS echo fi @@ -37,11 +37,11 @@ function header { cat < /tmp/deploytool_askpass_$RANDNAME <