diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-26 20:26:20 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-26 20:26:20 +0200 |
commit | 9d0e1793f9a7b6f3d63dbf0aec4c745029ffe717 (patch) | |
tree | 8409fb704fa4cf2f87136fa9c09c3b96ac16f39a | |
parent | b185ddd8982cf2cfd5df99286b91aaa651e7339e (diff) |
Better not start ssh-agent remotely, use forwarding
-rw-r--r-- | bashrc | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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" |