This commit is contained in:
Marc Beninca 2024-03-22 23:52:19 +01:00
parent ff173f91a0
commit 9e2e127d69
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

6
sync
View file

@ -1,4 +1,4 @@
apt-get install 'rsync' apt-get install --yes 'rsync'
mkdir --parents ~/.ssh mkdir --parents ~/.ssh
echo '${{secrets.cd}}' > ~/.ssh/id_ed25519 echo '${{secrets.cd}}' > ~/.ssh/id_ed25519
@ -6,7 +6,9 @@ chmod 400 ~/.ssh/id_ed25519
ssh \ ssh \
-o StrictHostKeyChecking=accept-new \ -o StrictHostKeyChecking=accept-new \
'cd@de.tilde.link' -- hostname 'cd@de.tilde.link' \
-- \
hostname
rsync \ rsync \
--archive \ --archive \