ssh: remove top level options
This commit is contained in:
parent
59aabcd3db
commit
3882f88691
23 changed files with 370 additions and 226 deletions
14
tests/modules/programs/ssh/old-defaults-expected.conf
Normal file
14
tests/modules/programs/ssh/old-defaults-expected.conf
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
|
||||
Host *
|
||||
ForwardAgent no
|
||||
ServerAliveInterval 0
|
||||
ServerAliveCountMax 3
|
||||
Compression no
|
||||
AddKeysToAgent no
|
||||
HashKnownHosts no
|
||||
UserKnownHostsFile ~/.ssh/known_hosts
|
||||
ControlMaster no
|
||||
ControlPath ~/.ssh/master-%r@%n:%p
|
||||
ControlPersist no
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue