aboutsummaryrefslogtreecommitdiff
path: root/home-manager/tests/modules/programs/ssh/default-config-expected.conf
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/tests/modules/programs/ssh/default-config-expected.conf')
-rw-r--r--home-manager/tests/modules/programs/ssh/default-config-expected.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/home-manager/tests/modules/programs/ssh/default-config-expected.conf b/home-manager/tests/modules/programs/ssh/default-config-expected.conf
new file mode 100644
index 00000000000..6885392b26c
--- /dev/null
+++ b/home-manager/tests/modules/programs/ssh/default-config-expected.conf
@@ -0,0 +1,16 @@
+
+
+
+
+Host *
+ ForwardAgent no
+ Compression no
+ ServerAliveInterval 0
+ ServerAliveCountMax 3
+ HashKnownHosts no
+ UserKnownHostsFile ~/.ssh/known_hosts
+ ControlMaster no
+ ControlPath ~/.ssh/master-%r@%n:%p
+ ControlPersist no
+
+