* T L Andrews (tla@akamai.com) [20000618 08:53]:
$ exec ssh-agent bash (or whatever your shell is) $ ssh-add
You don't need to start a new shell. Just do an 'eval `ssh-agent -s`', which will start the ssh-agent in the context of the running shell. For those times where I log into my machine a work, I have this shell funtion in .bashrc addkey() { eval $(ssh-agent -s) ssh-add ~/.ssh/identity } Philipp -- Philipp Thomas <pthomas@suse.de> Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany #define NINODE 50 /* number of in core inodes */ #define NPROC 30 /* max number of processes */ -- Version 7 UNIX for PDP 11, /usr/include/sys/param.h -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/