mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-12 17:53:57 +01:00
Remove templating from ssh config
This commit is contained in:
parent
ac7106f30e
commit
ff97d62db7
1 changed files with 0 additions and 10 deletions
|
@ -37,19 +37,9 @@ Host hyperhdr
|
|||
hostname hyperhdr.local
|
||||
user pi
|
||||
|
||||
{{- if hasKey . "proxy" }}
|
||||
Host github.com
|
||||
Hostname ssh.github.com
|
||||
Port 443
|
||||
User git
|
||||
ProxyCommand nc -X connect -x {{ .proxy.address }}:{{ .proxy.port }} %h %p
|
||||
{{- end }}
|
||||
|
||||
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