From 04141de5b756b54552c18e6936ee15aad5f75b3c Mon Sep 17 00:00:00 2001 From: Flo Date: Fri, 11 Apr 2025 23:11:59 +0200 Subject: [PATCH] bug --- bin/ssh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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