Begin ssh script

This commit is contained in:
2021-04-11 17:21:20 +01:00
parent 5f533def6b
commit 67ad04d02c
4 changed files with 52 additions and 2 deletions

View File

@@ -6,5 +6,3 @@ read -n 1 -r -s -p $'Press enter when you have synced enpass...\n'
export MASTERPW=$(dialog --no-cancel --passwordbox "Enter Enpass master password." 10 60 3>&1 1>&2 2>&3 3>&1)
LABSPW=$(enpasscli -vault/home/chris/Documents/Enpass/Vaults/Primary -sort show "Scarif: Labs" 2>&1 | awk '{print $NF}')