Changed: merge macos ssh settings

This commit is contained in:
Jan Funke 2025-02-27 21:18:22 +01:00
parent 9a1268326a
commit 32e3441d1d

View File

@ -2,21 +2,16 @@
Host *
AddKeysToAgent yes
IdentitiesOnly yes
{{- if eq .hostname "jans-mbp" }}
{{ if eq .chezmoi.os "darwin" }}
# macOS settings
Host *
UseKeychain yes
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
{{- end }}
{{- if eq .chezmoi.os "darwin" }}
Host *
UseKeychain yes
{{- end }}
# Privat
Include ~/.ssh/config.d/private.conf
{{- if .addSemodia }}
{{ if .addSemodia }}
# Semodia
Include ~/.ssh/config.d/semodia/semodia.conf
{{- end }}