mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-27 17:29:44 +00:00
Why the fuck does docker make me do this?
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
agent-start
|
agent-start
|
||||||
echo /dev/stdin | tr -d '\r' | ssh-add -
|
echo /dev/stdin | sed 's/-----BEGIN RSA PRIVATE KEY-----/-START-/' | sed 's/-----END RSA PRIVATE KEY-----/-END-/' | tr ' ' '\n' | sed 's/-START-/-----BEGIN RSA P
|
||||||
|
RIVATE KEY-----/' | sed 's/-END-/-----END RSA PRIVATE KEY-----/' | ssh-add -
|
||||||
Reference in New Issue
Block a user