5 lines
87 B
Bash
5 lines
87 B
Bash
|
#!/bin/sh
|
||
|
export SSH_ASKPASS=/usr/libexec/ssh/ksshaskpass
|
||
|
/usr/bin/ssh-add </dev/null
|
||
|
|