dot.nix/home/toph/common/core/ssh/config

17 lines
346 B
Text

Host git.ryot.foo
IdentityFile ~/git/.ssh/git
Host *
ForwardAgent no
AddKeysToAgent yes
Compression no
ServerAliveInterval 5
ServerAliveCountMax 3
HashKnownHosts no
UserKnownHostsFile ~/.ssh/known_hosts
ControlMaster no
ControlPath ~/.ssh/master-%r@%n:%p
ControlPersist no
IdentityFile ~/.ssh/pve
UpdateHostKeys ask