From b5b2288a6d0bfe57344ce832d19fe9c14b4d39e6 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Mon, 10 May 2010 11:38:22 -0500 Subject: [PATCH] Set keychain to timeout in 4 hours. --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 4426d1b..91c1df0 100644 --- a/.profile +++ b/.profile @@ -26,7 +26,7 @@ if [ -d "/usr/local/ssl/bin" ] ; then fi # load up ssh key -keychain --timeout 60 ~/.ssh/id_rsa +keychain --timeout 240 ~/.ssh/id_rsa . ~/.keychain/$HOSTNAME-sh # some aliases