summaryrefslogtreecommitdiff
path: root/ssh.config.in
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-09-08 12:23:48 +0300
committerLars Wirzenius <liw@liw.fi>2020-10-06 12:08:24 +0300
commit746ddbc6e17d9ab8238cc4a8e3a348ccb44878b5 (patch)
tree404e18d59a99bcc516cc7f3f07d12a168967f165 /ssh.config.in
parent4819295206d7e1ef2f384dd8b66259434181a3d7 (diff)
downloaddebian-ansible-746ddbc6e17d9ab8238cc4a8e3a348ccb44878b5.tar.gz
test: add a subplot to verify the roles work
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