From 9d0e1793f9a7b6f3d63dbf0aec4c745029ffe717 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 26 Oct 2016 20:26:20 +0200 Subject: Better not start ssh-agent remotely, use forwarding --- bashrc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index ddbc10c..8aa56fc 100644 --- a/bashrc +++ b/bashrc @@ -46,11 +46,6 @@ export RTOP=~/svn/R export DEBEMAIL=jranke@uni-bremen.de export DEBFULLNAME="Johannes Ranke" # }}} -# ssh-agent {{{ -if [ -z "$SSH_AUTH_SOCK" ]; then - eval `ssh-agent -s` -fi -# }}} # rdkit {{{ # RDKIT (commented out on 2015-10-02 as I am using the Debian package python-rdkit #export RDBASE="$HOME/git/rdkit" -- cgit v1.2.1