Add config for forgejo machine, justfile for quality of life.

This commit is contained in:
DS 2025-02-23 18:57:51 -08:00
parent 98c77311fd
commit 9f66f0b37b
7 changed files with 403 additions and 31 deletions

View file

@ -1,3 +1,15 @@
# Nixifying a new host
If you have a bunch of SSH keys in your SSH agent and get errors when trying to SSH into a fresh host, you may need to temporarily add the following config to your SSH config (obviously change the details for your case).
The key is the line "IdentitiesOnly yes" along with an identity file.
```
Host 188.245.194.78
User root
IdentityFile ~/.ssh/hetzner_personal_root.pub
IdentitiesOnly yes
```
# Adding yourself to the webring
(Please only follow this if you're an Epesooj insider. Random PRs will be closed for now.)