Pull all my authorized keys

This commit is contained in:
Greg Hellings
2024-08-16 22:27:28 -05:00
parent 85aef202df
commit 400ba3eef7
2 changed files with 2 additions and 6 deletions
-1
View File
@@ -9,4 +9,3 @@ if [ ! -f "${file}" ]; then
gh auth refresh -h github.com -s admin:public_key
gh ssh-key add -t ${HOSTNAME}-auto "${file}" || true
fi
cp /etc/nixos/home/ssh/authorized_keys "${HOME}/.ssh/authorized_keys"