Re: ssh-agent, keychain, xsession bash_profile scripting

2010-01-15 Thread Boyd Stephen Smith Jr.
On Friday 15 January 2010 14:33:50 T o n g wrote: > On Fri, 15 Jan 2010 11:31:08 -0600, Boyd Stephen Smith Jr. wrote: > > I use this for starting the daemons or connecting to existing daemons by > > setting environment variables in the current shell: eval > > "$(/usr/bin/keychain --eval --quiet --i

Re: ssh-agent, keychain, xsession bash_profile scripting

2010-01-15 Thread Michael Mohn
Am 15.01.2010 um 22:36:53 schrieb Rob Owens: > On Fri, Jan 15, 2010 at 05:11:14PM +, Adam Hardy wrote: >> Jeff D on 15/01/10 17:00, wrote: >>> On Fri, 15 Jan 2010, Adam Hardy wrote: >>> I've been chasing my tail trying to work this one out following different examples off the web, b

Re: ssh-agent, keychain, xsession bash_profile scripting

2010-01-15 Thread Rob Owens
On Fri, Jan 15, 2010 at 05:11:14PM +, Adam Hardy wrote: > Jeff D on 15/01/10 17:00, wrote: >> On Fri, 15 Jan 2010, Adam Hardy wrote: >> >>> I've been chasing my tail trying to work this one out following different >>> examples off the web, but can't sort it out and keep getting the old >>> >>>

Re: ssh-agent, keychain, xsession bash_profile scripting

2010-01-15 Thread T o n g
Thanks Boyd. On Fri, 15 Jan 2010 11:31:08 -0600, Boyd Stephen Smith Jr. wrote: > I use this for starting the daemons or connecting to existing daemons by > setting environment variables in the current shell: eval > "$(/usr/bin/keychain --eval --quiet --inherit any-once --stop others -- > noask --

Re: ssh-agent, keychain, xsession bash_profile scripting

2010-01-15 Thread Florian Ernst
Hello all, On Fri, Jan 15, 2010 at 04:07:44PM +, Adam Hardy wrote: > I've been chasing my tail trying to work this one out following > different examples off the web, but can't sort it out and keep > getting the old > > "Could not open a connection to your authentication agent." > > from ssh

Re: ssh-agent, keychain, xsession bash_profile scripting

2010-01-15 Thread Boyd Stephen Smith Jr.
In <4b5092d0.60...@cyberspaceroad.com>, Adam Hardy wrote: >keychain id_rsa in my .bash_profile doesn't work, I still have to give ssh > my password for the private key when I use ssh. I use this for starting the daemons or connecting to existing daemons by setting environment variables in the cur

Re: ssh-agent, keychain, xsession bash_profile scripting

2010-01-15 Thread Adam Hardy
Jeff D on 15/01/10 17:00, wrote: On Fri, 15 Jan 2010, Adam Hardy wrote: I've been chasing my tail trying to work this one out following different examples off the web, but can't sort it out and keep getting the old "Could not open a connection to your authentication agent." from ssh-add, and

Re: ssh-agent, keychain, xsession bash_profile scripting

2010-01-15 Thread Jeff D
On Fri, 15 Jan 2010, Adam Hardy wrote: > I've been chasing my tail trying to work this one out following different > examples off the web, but can't sort it out and keep getting the old > > "Could not open a connection to your authentication agent." > > from ssh-add, and nothing but inaction from

ssh-agent, keychain, xsession bash_profile scripting

2010-01-15 Thread Adam Hardy
I've been chasing my tail trying to work this one out following different examples off the web, but can't sort it out and keep getting the old "Could not open a connection to your authentication agent." from ssh-add, and nothing but inaction from keychain. I know everything has to run as a chi