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.
15 lines
261 B
Text
15 lines
261 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
|
|
|
|
|