Request SSH password on start
This commit is contained in:
parent
23f9b848d7
commit
b07491c4cb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue