mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 06:28:08 +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
|
hostname hyperhdr.local
|
||||||
user pi
|
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 *
|
Host *
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
{{- if eq .chezmoi.os "darwin" }}
|
|
||||||
UseKeychain yes
|
UseKeychain yes
|
||||||
{{- end }}
|
|
||||||
SendEnv LANG
|
SendEnv LANG
|
||||||
port 22
|
port 22
|
||||||
XAuthLocation /opt/X11/bin/xauth
|
XAuthLocation /opt/X11/bin/xauth
|
Loading…
Reference in a new issue