After putting all into .bash_profile all is well Thanks Patrick
> Hi, > > I'm trying to setup ssh-agent because this machine must run several > scripts with ssh on another machine and i want to use a passfrase to > connect to this server. > > So i have read the: > http://www.gentoo.org/doc/en/keychain-guide.xml > > It says for ssh-agent: > It should also automatically add ~/.ssh/id_rsa to it's collection and ask > you for the corresponding passphrase. > > So i run ssh-agent: > bxl-openvpn-02 .ssh # ssh-agent > SSH_AUTH_SOCK=/tmp/ssh-bnrKl27579/agent.27579; export SSH_AUTH_SOCK; > SSH_AGENT_PID=27580; export SSH_AGENT_PID; > echo Agent pid 27580; > > but no password ask, so whant to stop it with ssh-agent -k and i've got: > bxl-openvpn-02 .ssh # ssh-agent -k > SSH_AGENT_PID not set, cannot kill agent > > so i run: > bxl-openvpn-02 .ssh # echo $SSH_AGENT_PID > > bxl-openvpn-02 .ssh # > and indeed its empty > > I have version 3.9_p1-r1. > What could be wrong? > > TIA > Patrick > > > > -- > [email protected] mailing list > > > -- -- [email protected] mailing list

