summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/ssh4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ssh b/bin/ssh
index 559b83f..453bb11 100755
--- a/bin/ssh
+++ b/bin/ssh
@@ -2,5 +2,7 @@
SSH=/usr/bin/$(basename $0)
-. ssh-key-unlock
+if [[ $1 != '-V' ]]; then
+ . ssh-key-unlock
+fi
exec $SSH $*