summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiddharth <s@ricketyspace.net>2021-09-11 18:57:15 -0400
committersiddharth <s@ricketyspace.net>2021-09-11 18:57:15 -0400
commit70408e84902c26b440b7750f85de26c7f56ef4ef (patch)
tree76438ed3e99bc640bd9d4b39f7106194d56abb14
parentaa16baa12c68eed859ad623b4f9faf48cdac6efe (diff)
Makefile: update upload
Explicitly add ssh options to make the ssh to gnu.org.in work
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eb12420..ed2f1e9 100644
--- a/Makefile
+++ b/Makefile
@@ -54,5 +54,5 @@ clean:
upload: site
- rsync -avz _build/ gnu.org.in:/var/www/fsfi/
+ rsync -e "ssh -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa" -avz _build/ gnu.org.in:/var/www/fsfi/
.PHONY: upload