Add config for forgejo machine, justfile for quality of life.
This commit is contained in:
parent
98c77311fd
commit
9f66f0b37b
7 changed files with 403 additions and 31 deletions
12
README.md
12
README.md
|
@ -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.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue