ssh-agent

This commit is contained in:
Geoffrey Frogeye 2015-10-26 21:41:50 +01:00
parent 6b11c55c17
commit 5c76556968

View file

@ -3,9 +3,7 @@
# #
if [ -z "$SSH_AUTH_SOCK" ] ; then if [ -z "$SSH_AUTH_SOCK" ] ; then
eval `ssh-agent -s` eval `ssh-agent -s` 2> /dev/null
ssh-add
fi fi
date -R > ~/.date
[[ -f ~/.bashrc ]] && . ~/.bashrc [[ -f ~/.bashrc ]] && . ~/.bashrc