summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRené Neumann <rene.neumann@in.tum.de>2012-05-20 10:44:16 +0200
committerRené Neumann <rene.neumann@in.tum.de>2012-05-20 10:44:18 +0200
commit2bfaec3cc8e02a10dfc28e5bd2f6298ccb7bfaf5 (patch)
treed4e2b1a972e611f5b4b62ac8dba49f13e023d142 /bin
parent6e5c7f5005a9423520d6f7718da1aa9ae980a765 (diff)
downloaddotfiles-2bfaec3cc8e02a10dfc28e5bd2f6298ccb7bfaf5.tar.gz
dotfiles-2bfaec3cc8e02a10dfc28e5bd2f6298ccb7bfaf5.tar.bz2
dotfiles-2bfaec3cc8e02a10dfc28e5bd2f6298ccb7bfaf5.zip
It uses pinentry directly -- so no use to play around with ssh-add
Diffstat (limited to 'bin')
-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