mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-06-18 23:03:01 -06:00
Add an autostart, for autoloading from the "ssh_private_key" env var.
This commit is contained in:
parent
c9f5dd48ad
commit
17bbc35df4
2 changed files with 5 additions and 1 deletions
4
agent-autostart
Normal file
4
agent-autostart
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
source agent-start
|
||||
echo "$SSH_PRIVATE_KEY" | agent-add
|
Loading…
Add table
Add a link
Reference in a new issue