diff options
author | Alex Auvolat <alex@adnab.me> | 2022-04-20 15:29:24 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-04-20 15:29:24 +0200 |
commit | 226fbabf655656f16ca883c8489a2360abdb8367 (patch) | |
tree | 2983e42a4cdccc408f2added26d9df21342fdd7a /sshtool | |
parent | 7c1444b7143710066f5173119a529c3b5e101300 (diff) | |
download | nixcfg-226fbabf655656f16ca883c8489a2360abdb8367.tar.gz nixcfg-226fbabf655656f16ca883c8489a2360abdb8367.zip |
tlsproxy from pass; fix tls stuff
Diffstat (limited to 'sshtool')
-rwxr-xr-x | sshtool | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ else fi if [ -z "$ROOT_PASS" ]; then - read -s -p "Enter remote root password: " ROOT_PASS + read -s -p "Enter remote sudo password: " ROOT_PASS echo fi @@ -35,7 +35,7 @@ echo \$DEPLOYTOOL_ROOT_PASSWORD EOG chmod +x /tmp/deploytool_askpass export SUDO_ASKPASS=/tmp/deploytool_askpass -sudo -A sh - <<EOEVERYTHING +sudo -A sh - <<'EOEVERYTHING' EOF } |