mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 08:51:37 +01:00
fix: add missing ssh-add
This commit is contained in:
@@ -3,6 +3,9 @@ set -e
|
||||
|
||||
DIR=/home/sheppy/slapd_backup
|
||||
|
||||
eval `ssh-agent`
|
||||
ssh-add ~/.ssh/id_rsa
|
||||
|
||||
cd
|
||||
|
||||
rsync -r --remove-source-files sheppy@192.168.122.112:$DIR /home/sheppy
|
||||
|
||||
Reference in New Issue
Block a user