force ksshaskpass in login script
This commit is contained in:
parent
82676f999d
commit
745c765b47
1 changed files with 3 additions and 1 deletions
|
@ -1,2 +1,4 @@
|
|||
#!/bin/sh
|
||||
ssh-add
|
||||
touch /tmp/hello.txt
|
||||
export SSH_ASKPASS=/usr/bin/ksshaskpass
|
||||
/usr/bin/ssh-add
|
||||
|
|
Loading…
Reference in a new issue