summaryrefslogtreecommitdiffstats
path: root/bin/hush/ssh-key-unlock
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hush/ssh-key-unlock')
-rwxr-xr-xbin/hush/ssh-key-unlock7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/hush/ssh-key-unlock b/bin/hush/ssh-key-unlock
deleted file mode 100755
index e2654f1..0000000
--- a/bin/hush/ssh-key-unlock
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-keychain -q --timeout 30
-. ~/.keychain/${HOSTNAME}-sh
-if ! ssh-add -l | grep -q '.ssh/id_rsa'; then
- ssh-add-helper ~/.ssh/id_rsa
-fi