diff --git a/dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl b/dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl index 28f7925c..d69ffab1 100644 --- a/dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl +++ b/dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl @@ -138,6 +138,7 @@ data: user: email: "{{ $email }}" name: "{{ $name }}" + username: 'Betelgeuse' domain: "{{ $domain }}" gmailAddress: "{{ $gmailAddress }}" gmailAddressAppPassword: "{{ $gmailAddressAppPassword }}" diff --git a/dotfiles/.local/share/chezmoi/home/dot_ssh/private_config.tmpl b/dotfiles/.local/share/chezmoi/home/dot_ssh/private_config.tmpl index 91299b8b..9b11a649 100644 --- a/dotfiles/.local/share/chezmoi/home/dot_ssh/private_config.tmpl +++ b/dotfiles/.local/share/chezmoi/home/dot_ssh/private_config.tmpl @@ -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