Update dotfiles/.local/share/chezmoi/home/dot_ssh/private_config.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl
This commit is contained in:
parent
a72c6e7a54
commit
13b25de463
2 changed files with 2 additions and 1 deletions
|
@ -138,6 +138,7 @@ data:
|
|||
user:
|
||||
email: "{{ $email }}"
|
||||
name: "{{ $name }}"
|
||||
username: 'Betelgeuse'
|
||||
domain: "{{ $domain }}"
|
||||
gmailAddress: "{{ $gmailAddress }}"
|
||||
gmailAddressAppPassword: "{{ $gmailAddressAppPassword }}"
|
||||
|
|
|
@ -3,7 +3,7 @@ Host *+*
|
|||
StrictHostKeyChecking=no
|
||||
ProxyCommand ssh -v $(echo %h | sed -e 's/+[^+]*$//; s/\([^+=]*\)=\([^+]*\)$/\2 -l \1/; s/^\([^+:]*\):\([0-9]*\)+/-p \2 \1+/' ) -W $(echo %h | sed -e 's/^.*+//; s/:.*$//;'):$(echo %h | sed -e ' s/^.*+//; /:/!s/^.*/22/; s/^.*://' ;)
|
||||
Host *
|
||||
User {{ .user.login }}
|
||||
User {{ .user.username }}
|
||||
Compression yes
|
||||
GSSAPIAuthentication no
|
||||
ServerAliveInterval 600
|
||||
|
|
Loading…
Reference in a new issue