mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-21 17:39:50 +00:00
* invokes agent-askpass when a passphrase protected key should be added via ssh-add
4 lines
123 B
Bash
4 lines
123 B
Bash
#!/bin/sh
|
|
|
|
source agent-start "${1:-default}"
|
|
cat - | tr -d '\r' | DISPLAY=1 SSH_ASKPASS=agent-askpass ssh-add - >/dev/null |