infra/scripts/add-ssh-keys.sh
2022-07-13 13:06:26 +01:00

6 lines
219 B
Bash

# simply pull keys down from sourcehut.
# i would use github, but my keys are a bit of a mess there, and it doesn't
# really matter.
mkdir -p $HOME/.ssh
curl https://meta.sr.ht/~gmem.keys >> $HOME/.ssh/authorized_keys