Added startup of ssh-agent

This commit is contained in:
hjp 2001-07-05 10:44:47 +00:00
parent e935c340fc
commit 6105fbc864
1 changed files with 7 additions and 0 deletions

View File

@ -17,8 +17,15 @@ else
fi
vhost=`echo "$vhost" | cut -d . -f 1`
RECHNER=$vhost
if [ -z "$SSH_AUTH_SOCK" -a -f "$HOME/.ssh/identity" ]
then
eval `ssh-agent`
ssh-add
fi
if [ -f /etc/oraprofile ]
then
. /etc/oraprofile
fi