summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/remhelp6
1 files changed, 0 insertions, 6 deletions
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