From 897669a774a16b3ad212826758f4df5eba90e94f Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Thu, 24 Dec 2020 11:10:10 +0100 Subject: [PATCH] add empty config for repassh (used by the ssh_agent xontrib --- .config/repassh/config.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .config/repassh/config.json diff --git a/.config/repassh/config.json b/.config/repassh/config.json new file mode 100644 index 0000000..603fcdd --- /dev/null +++ b/.config/repassh/config.json @@ -0,0 +1,23 @@ +{ + "MATCH_PATH": [ + ], + + "MATCH_ARGV": [ + ], + + "KNOCK_ARGV": [ + ], + + "SSH_ADD_OPTIONS": { + }, + + "SSH_OPTIONS": { + }, + + "SSH_DEFAULT_OPTIONS": "", + + "SSH_ADD_DEFAULT_OPTIONS": "-t 7200", + + "VERBOSITY": 3 +} +