diff --git a/bin/ssh b/bin/ssh index 01f54aa..8df2a73 100644 --- a/bin/ssh +++ b/bin/ssh @@ -23,13 +23,4 @@ function dssh { else echo "No agent necessary" 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 \ No newline at end of file +} \ No newline at end of file