Request SSH password on start

This commit is contained in:
John Mertz 2024-07-22 21:02:19 -06:00
parent 23f9b848d7
commit b07491c4cb
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ exec gsettings set org.gnome.desktop.interface cursor-theme 'FlatbedCursors-Oran
# Start ssh-agent
exec ${HOME}/scripts/ssh-agent.sh &
exec SSH_ASKPASS_REQUIRE=force SSH_ASKPASS=${HOME}/.local/bin/ksshaskpass ssh-add &
# Automatically restore last used output configuration
# TODO: Need to add fail-safe to script in case the outputs are unavailable