This commit is contained in:
Flo 2025-04-11 23:11:59 +02:00
parent d8e39f249a
commit 04141de5b7

View File

@ -24,12 +24,3 @@ function dssh {
echo "No agent necessary" echo "No agent necessary"
fi fi
} }
if [ -f "$SSH_ENV" ]; then
. "$SSH_ENV" >/dev/null
ps -ef | grep $SSH_AGENT_PID | grep ssh-agent$ >/dev/null || {
dssh
}
else
dssh
fi