summaryrefslogtreecommitdiff
path: root/ssh.config.in
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.config.in')
-rw-r--r--ssh.config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/ssh.config.in b/ssh.config.in
new file mode 100644
index 0000000..3f1e3f6
--- /dev/null
+++ b/ssh.config.in
@@ -0,0 +1,10 @@
+host qemu
+hostname localhost
+user debian
+port <PORT>
+userknownhostsfile /dev/null
+passwordauthentication no
+stricthostkeychecking accept-new
+identityfile ssh/test.key
+controlmaster auto
+controlpersist 60s