Added ssh-add for kde
This commit is contained in:
parent
236d9262db
commit
9cc25491cd
1 changed files with 4 additions and 0 deletions
4
.config/autostart-scripts/ssh-add.sh
Executable file
4
.config/autostart-scripts/ssh-add.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
export SSH_ASKPASS=/usr/libexec/ssh/ksshaskpass
|
||||
/usr/bin/ssh-add </dev/null
|
||||
|
Loading…
Reference in a new issue