[shell-common] Bump SSH key timeout to something sensible

This commit is contained in:
Andrew Williams
2026-01-08 12:24:28 +00:00
parent 53dc8a090c
commit 19c69fa489

View File

@@ -29,7 +29,7 @@ function update-dotfiles() {
# Wrapper around ssh-add to easily add SSH keys with a timeout # Wrapper around ssh-add to easily add SSH keys with a timeout
# Usage: add-sshkey [key_name] # Usage: add-sshkey [key_name]
function add-sshkey() { function add-sshkey() {
TIMEOUT="2h" TIMEOUT="8h"
NAME=$1 NAME=$1
if [ -z "$NAME" ]; then if [ -z "$NAME" ]; then