Changed: merge macos ssh settings
This commit is contained in:
parent
9a1268326a
commit
32e3441d1d
@ -2,21 +2,16 @@
|
|||||||
Host *
|
Host *
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
|
{{ if eq .chezmoi.os "darwin" }}
|
||||||
{{- if eq .hostname "jans-mbp" }}
|
# macOS settings
|
||||||
Host *
|
Host *
|
||||||
|
UseKeychain yes
|
||||||
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- if eq .chezmoi.os "darwin" }}
|
|
||||||
Host *
|
|
||||||
UseKeychain yes
|
|
||||||
|
|
||||||
{{- end }}
|
|
||||||
# Privat
|
# Privat
|
||||||
Include ~/.ssh/config.d/private.conf
|
Include ~/.ssh/config.d/private.conf
|
||||||
|
{{ if .addSemodia }}
|
||||||
{{- if .addSemodia }}
|
|
||||||
# Semodia
|
# Semodia
|
||||||
Include ~/.ssh/config.d/semodia/semodia.conf
|
Include ~/.ssh/config.d/semodia/semodia.conf
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user