commit 6bfb06c2f81e8ea0871b9b8ee5b10272ef56bf1f
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2015-01-12T01:33:30Z |
| subject | extended the period of ssh-agent to 12 hrs |
commit 6bfb06c2f81e8ea0871b9b8ee5b10272ef56bf1f
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2015-01-12T01:33:30Z
extended the period of ssh-agent to 12 hrs
---
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 4939c36..d7b1208 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 10800"
+alias ssh-add="ssh-add -t 43200"