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