github.com_burnett01_rsync-.../agent-add

9 lines
389 B
Text
Raw Normal View History

2020-01-02 16:57:06 +01:00
#!/bin/sh
source agent-start
2020-01-02 21:53:37 +01:00
# I'm not particularly sure WHY this isn't working properly before, and why this makes it work
# but it seems to.
cat /dev/stdin | sed 's/-----BEGIN RSA PRIVATE KEY----- /-START-/' | sed 's/-----END RSA PRIVATE KEY----- /-END-/' |
tr ' ' '\n' | sed 's/-START-/-----BEGIN RSA PRIVATE KEY-----\n/' | sed 's/-END-/-----END RSA PRIVATE KEY-----\n/' |
ssh-add -