From 0b02ff87466505b961ca1b482b85e3d442b512dd Mon Sep 17 00:00:00 2001 From: Jeremy MAURO Date: Mon, 30 May 2022 18:18:01 +0200 Subject: [PATCH] fix(timeout): Increase the ssh key in memory timeout to a day Signed-off-by: Jeremy MAURO --- ssh-ident | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh-ident b/ssh-ident index ff218ba..0ab2d8b 100755 --- a/ssh-ident +++ b/ssh-ident @@ -439,7 +439,7 @@ class Config(object): "SSH_ADD_OPTIONS": {}, # ssh-add default options. By default, don't keep a key longer # than 2 hours. - "SSH_ADD_DEFAULT_OPTIONS": "-t 7200", + "SSH_ADD_DEFAULT_OPTIONS": "-t 86400", # Like BatchMode in ssh, see man 5 ssh_config. # In BatchMode ssh-ident will not print any output and not ask for -- 2.35.1