extended the period of ssh-agent to 12 hrs

This commit is contained in:
斟酌 鵬兄 2015-01-12 09:33:30 +08:00
parent 91a584dc46
commit 6bfb06c2f8

View File

@ -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"