ssh-agent
This commit is contained in:
parent
6b11c55c17
commit
5c76556968
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue