Update .ssh/config

This commit is contained in:
Kasper Juul Hermansen 2023-07-25 12:41:41 +02:00
parent 0f26208e4f
commit 797f11bace
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -1,8 +1,8 @@
Host github.com Host github.com
ForwardAgent yes ForwardAgent yes
{{ if .homebrew }} {{- if .homebrew -}}
UseKeychain yes UseKeychain yes
{{ end }} {{- end -}}
IdentityFile ~/.ssh/github IdentityFile ~/.ssh/github
Host ssh.dev.azure.com Host ssh.dev.azure.com
@ -11,7 +11,6 @@ Host ssh.dev.azure.com
HostkeyAlgorithms +ssh-rsa HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa PubkeyAcceptedAlgorithms +ssh-rsa
Host front Host front
Hostname 10.0.9.0 Hostname 10.0.9.0
Port 222 Port 222
@ -31,10 +30,10 @@ Host server
PubKeyAuthentication yes PubKeyAuthentication yes
IdentityFile /Users/kah/.ssh/id_clank IdentityFile /Users/kah/.ssh/id_clank
{{ if .homebrew}} {{- if .homebrew -}}
Host * Host *
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock" IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
{{ end }} {{- end -}}
Host clank_postgres Host clank_postgres
Hostname 10.0.9.8 Hostname 10.0.9.8