From 746ddbc6e17d9ab8238cc4a8e3a348ccb44878b5 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 8 Sep 2020 12:23:48 +0300 Subject: test: add a subplot to verify the roles work --- ssh.config.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ssh.config.in (limited to 'ssh.config.in') 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 +userknownhostsfile /dev/null +passwordauthentication no +stricthostkeychecking accept-new +identityfile ssh/test.key +controlmaster auto +controlpersist 60s -- cgit v1.2.1