ssh-agent
This commit is contained in:
parent
6b11c55c17
commit
5c76556968
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue