]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - cmd/safcm/testdata/ssh/ssh/ssh_config
tests: add very basic end-to-end test with real ssh server
[safcm/safcm.git] / cmd / safcm / testdata / ssh / ssh / ssh_config
diff --git a/cmd/safcm/testdata/ssh/ssh/ssh_config b/cmd/safcm/testdata/ssh/ssh/ssh_config
new file mode 100644 (file)
index 0000000..77f6fd5
--- /dev/null
@@ -0,0 +1,7 @@
+IdentityFile ../ssh/id_ed25519
+IdentitiesOnly yes
+UserKnownHostsFile ../ssh/known_hosts
+
+Host no-settings.example.org
+    Hostname 127.0.0.1
+    Port 29327