mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-21 14:08:07 +01:00
ssh: make usekeychain os dependant
This commit is contained in:
parent
1f3dee3936
commit
4fb9aec200
1 changed files with 2 additions and 0 deletions
|
@ -39,7 +39,9 @@ Host hyperhdr
|
|||
|
||||
Host *
|
||||
AddKeysToAgent yes
|
||||
{{- if eq .chezmoi.os "darwin" }}
|
||||
UseKeychain yes
|
||||
{{- end }}
|
||||
SendEnv LANG
|
||||
port 22
|
||||
XAuthLocation /opt/X11/bin/xauth
|
Loading…
Reference in a new issue