mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-27 04:20:00 +00:00
feat: rsync-docker as first-party code, configureable strict host keys checking
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
source agent-start "${1:-default}"
|
||||
cat - | tr -d '\r' | DISPLAY=1 SSH_ASKPASS=agent-askpass ssh-add - >/dev/null
|
||||
Reference in New Issue
Block a user