From 82462832efb30911cae4f816074c5f955c6d28ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Tue, 25 Nov 2014 12:11:05 +0800 Subject: [PATCH] extends the lifetime for ssh-add --- bash/bashrc/sources/10_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/bashrc/sources/10_aliases b/bash/bashrc/sources/10_aliases index 914b5b2..4939c36 100755 --- a/bash/bashrc/sources/10_aliases +++ b/bash/bashrc/sources/10_aliases @@ -34,4 +34,4 @@ alias grepjs='grep -n --include=*.js' alias wget='wget --directory-prefix="$HOME/Downloads"' # ssh-agent key lifetime -alias ssh-add="ssh-add -t 7200" +alias ssh-add="ssh-add -t 10800"