feat: update a bunch of stuff

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2025-08-02 18:15:00 +02:00
parent a570bb768c
commit a6f8e2f261
48 changed files with 102 additions and 1223 deletions

View File

@@ -3,17 +3,13 @@
{{ end -}}
Host github.com
PubKeyAuthentication yes
ForwardAgent yes
{{ if .homebrew -}}
UseKeychain yes
{{ end -}}
IdentityFile ~/.ssh/github
Host ssh.dev.azure.com
IdentitiesOnly yes
IdentityFile ~/.ssh/id_lendify
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa
IdentityFile ~/.ssh/github
Host front
Hostname 10.0.9.0
@@ -33,6 +29,7 @@ Host ratchet
Hostname 10.0.9.1
User kjuulh
PubKeyAuthentication yes
IdentitiesOnly yes
IdentityFile ~/.ssh/id_clank
Host server
@@ -333,3 +330,16 @@ Host deck
PubKeyAuthentication yes
IdentitiesOnly yes
IdentityFile ~/.ssh/id_clank
Host netbird
Hostname 138.199.210.108
User root
PubKeyAuthentication yes
IdentitiesOnly yes
IdentityFile ~/.ssh/id_clank
{{ if .homebrew }}
{{ else }}
Host *
SetEnv TERM=xterm-256color
{{ end }}