feat: update a bunch of stuff
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user