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