From 19c69fa489c243ac44029d6c2cdc29e5e6813aa3 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 8 Jan 2026 12:24:28 +0000 Subject: [PATCH] [shell-common] Bump SSH key timeout to something sensible --- shell-common/.config/shell-common/10_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-common/.config/shell-common/10_functions.sh b/shell-common/.config/shell-common/10_functions.sh index 31c4bad..8c2e9ba 100644 --- a/shell-common/.config/shell-common/10_functions.sh +++ b/shell-common/.config/shell-common/10_functions.sh @@ -29,7 +29,7 @@ function update-dotfiles() { # Wrapper around ssh-add to easily add SSH keys with a timeout # Usage: add-sshkey [key_name] function add-sshkey() { - TIMEOUT="2h" + TIMEOUT="8h" NAME=$1 if [ -z "$NAME" ]; then