From 2bfaec3cc8e02a10dfc28e5bd2f6298ccb7bfaf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Neumann?= Date: Sun, 20 May 2012 10:44:16 +0200 Subject: It uses pinentry directly -- so no use to play around with ssh-add --- bin/remhelp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'bin') diff --git a/bin/remhelp b/bin/remhelp index 76c17be..b66e8b4 100755 --- a/bin/remhelp +++ b/bin/remhelp @@ -23,9 +23,6 @@ TRAPINT () { cont=x } -log "Adding SSH-Key" -ssh-add - if [[ -z $cont ]]; then log "Setting up port forwarding" coproc ssh -tt -R :5500:localhost:5500 necoro@necoro.eu @@ -35,7 +32,4 @@ if [[ -z $cont ]]; then log "Sending 'exit' to SSH-Connection" print -p exit - - log "Removing SSH-Key" - ssh-add -d fi -- cgit v1.2.3