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.conf15
1 files changed, 15 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..55748ea6c82
--- /dev/null
+++ b/home-manager/tests/modules/programs/ssh/default-config-expected.conf
@@ -0,0 +1,15 @@
+
+
+
+
+Host *
+ ForwardAgent no
+ Compression no
+ ServerAliveInterval 0
+ HashKnownHosts no
+ UserKnownHostsFile ~/.ssh/known_hosts
+ ControlMaster no
+ ControlPath ~/.ssh/master-%r@%n:%p
+ ControlPersist no
+
+