1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Update for new seirdy.one ssh configs

- Check host key acc. to SSHFP DNS record
- Enforce correct cipher
This commit is contained in:
Rohan Kumar 2022-08-30 21:13:57 -07:00
parent 54d7b91227
commit ee24778538
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -18,7 +18,7 @@ triggers:
to: seirdy@seirdy.one
tasks:
- deps: |
echo "StrictHostKeyChecking=no" >> ~/.ssh/config
printf "VerifyHostKeyDNS=yes\nKexAlgorithms=sntrup761x25519-sha512@openssh.com\n" >> ~/.ssh/config
# mirrored at https://seirdy.one/misc/binaries.tar.gz
rsync -Wv deploy@seirdy.one:/home/deploy/binaries.tar.gz .
mkdir -p ~/bin