From 5e4887dd59999116a0c381aa0131ee36b8e0e3f3 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 25 Dec 2022 12:04:36 +0100 Subject: add OpenSSH config files --- .ssh/conf.inc/quickbatchmode.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .ssh/conf.inc/quickbatchmode.conf (limited to '.ssh/conf.inc/quickbatchmode.conf') diff --git a/.ssh/conf.inc/quickbatchmode.conf b/.ssh/conf.inc/quickbatchmode.conf new file mode 100644 index 0000000..05903fa --- /dev/null +++ b/.ssh/conf.inc/quickbatchmode.conf @@ -0,0 +1,6 @@ +BatchMode = yes +IdentitiesOnly = yes +RequestTTY = no +ServerAliveCountMax = 3 +ServerAliveInterval = 10s +StrictHostKeyChecking = yes -- cgit v1.2.3