mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
14 lines
260 B
Text
14 lines
260 B
Text
|
|
|
|
Host *
|
|
ForwardAgent yes
|
|
ServerAliveInterval 1
|
|
ServerAliveCountMax 2
|
|
Compression yes
|
|
AddKeysToAgent yes
|
|
HashKnownHosts yes
|
|
UserKnownHostsFile ~/.ssh/my_known_hosts
|
|
ControlMaster yes
|
|
ControlPath ~/.ssh/myfile-%r@%n:%p
|
|
ControlPersist 10m
|
|
|