Added: 1Password agent for linux ssh
This commit is contained in:
parent
7860f56608
commit
8d2e2ca7e6
@ -8,6 +8,10 @@ Host *
|
|||||||
UseKeychain yes
|
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 "linux" }}
|
||||||
|
Host *
|
||||||
|
IdentityAgent ~/.1password/agent.sock
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
# Privat
|
# Privat
|
||||||
Include ~/.ssh/config.d/private.conf
|
Include ~/.ssh/config.d/private.conf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user