677780abc6
- /home/.chezmoitemplates/secrets/ssh-config-fallback - /home/.chezmoitemplates/secrets/ssh-config - /home/.chezmoiscripts/universal/run_onchange_after_80-bash-completions.tmpl - /home/dot_zshrc - /home/dot_config/Code/User/extensions.json - /home/.chezmoidata.yaml - /home/dot_ssh/private_config.tmpl - /software.yml - /docs/TODO.md
22 lines
525 B
Text
22 lines
525 B
Text
Host *
|
|
AddKeysToAgent yes
|
|
UseKeychain yes
|
|
Compression no
|
|
ControlPath ~/.ssh/master-%r@%h:%p
|
|
ControlMaster auto
|
|
ControlPersist 5
|
|
ExitOnForwardFailure yes
|
|
ForwardAgent yes
|
|
ForwardX11 no
|
|
ForwardX11Trusted no
|
|
GSSAPIAuthentication no
|
|
IgnoreUnknown AddKeysToAgent,UseKeychain
|
|
PreferredAuthentications publickey
|
|
Protocol 2
|
|
ServerAliveInterval 60
|
|
ServerAliveCountMax 30
|
|
IdentitiesOnly yes
|
|
Host gitlab.com
|
|
UpdateHostKeys no
|
|
Host github.com
|
|
UpdateHostKeys no
|