aboutsummaryrefslogtreecommitdiff
path: root/home-manager/tests/modules/programs/ssh/match-blocks-attrs-expected.conf
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/tests/modules/programs/ssh/match-blocks-attrs-expected.conf')
-rw-r--r--home-manager/tests/modules/programs/ssh/match-blocks-attrs-expected.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/home-manager/tests/modules/programs/ssh/match-blocks-attrs-expected.conf b/home-manager/tests/modules/programs/ssh/match-blocks-attrs-expected.conf
index f0d768375f0..e2c3290153d 100644
--- a/home-manager/tests/modules/programs/ssh/match-blocks-attrs-expected.conf
+++ b/home-manager/tests/modules/programs/ssh/match-blocks-attrs-expected.conf
@@ -10,16 +10,21 @@ Host abc
Host xyz
ServerAliveInterval 60
+ ServerAliveCountMax 10
IdentityFile file
LocalForward [localhost]:8080 [10.0.0.1]:80
RemoteForward [localhost]:8081 [10.0.0.2]:80
RemoteForward /run/user/1000/gnupg/S.gpg-agent.extra /run/user/1000/gnupg/S.gpg-agent
DynamicForward [localhost]:2839
+Host ordered
+ Port 1
+
Host *
ForwardAgent no
Compression no
ServerAliveInterval 0
+ ServerAliveCountMax 3
HashKnownHosts no
UserKnownHostsFile ~/.ssh/known_hosts
ControlMaster no