Re: ssh-agent and ssh-add on FreeBSD

2010-11-29 Thread Matthew Seaman
On 29/11/2010 19:08, Alexander Best wrote: >>> [bluethu...@lbsd2:~]#ssh sum1 >>> > > Enter passphrase for key '/home/bluethundr/.ssh/id_rsa': >>> > > [bluethu...@lbsd2:~]#exec ssh-agent bash > ^^ this looks wrong. i think you want eval `ssh-agent` so the envars get set. >otherwise ssh-add won'

Re: ssh-agent and ssh-add on FreeBSD

2010-11-29 Thread Alexander Best
On Mon Nov 29 10, Brandon Gooch wrote: > On Mon, Nov 29, 2010 at 8:40 AM, bluethundr wrote: > > Hey list > > > >  On my CentOS machines I usually keep track of my rsa key with > > ssh-agent, ssh-add and keychain > > > >  I would like to know > > > > a) how to install keychain under FreeBSD > > and

Re: ssh-agent and ssh-add on FreeBSD

2010-11-29 Thread Brandon Gooch
On Mon, Nov 29, 2010 at 8:40 AM, bluethundr wrote: > Hey list > >  On my CentOS machines I usually keep track of my rsa key with > ssh-agent, ssh-add and keychain > >  I would like to know > > a) how to install keychain under FreeBSD > and > b) how to fix this error: > > [bluethu...@lbsd2:~]#ssh s