Added: 1Password agent for linux ssh
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user