mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
A first step towards refactoring the module. Unfortunately the config is not consistent in using comma-separated values or repeated keys for lists, since the user can always add commas by themselves, we should default to repeated keys in the generator.
16 lines
261 B
Plaintext
16 lines
261 B
Plaintext
|
|
|
|
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
|
|
|
|
|