Search: Home Bugtraq Vulnerabilities Mailing Lists Jobs Tools Beta Programs
SSH and ssh-agent
Brian Hatch

Comments Mode:
SSH and ssh-agent 2006-07-08
Anonymous
A very nice and comprehensive, yet simple introduction to ssh-agent. Do you have tips on how to start ssh-agent automatically when the system starts up, with the ssh-agent environment variables visible to everyone? I have a FreeBSD box running KDM on boot. Also, can I link to this page from withi...

[ more ]  [ reply ]
SSH and ssh-agent 2006-08-15
Adam Katz
the command "ssh-agent -d filename" should be "ssh-add -d filename"...

[ more ]  [ reply ]
SSH and ssh-agent 2006-12-16
Anonymous
You say:

"If you know you want to use password authentication, you can prevent SSH from offering keys at all by temporarily disabling your SSH_AUTH_SOCK envorionment variable"

I'm not sure that's quite true. From some testing, it seems the only effect that has is to temporarily disable the agen...

[ more ]  [ reply ]
SSH and ssh-agent 2008-03-20
Factory 44 Development
Thanks for this post! Clear and well written, very useful....

[ more ]  [ reply ]
SSH and ssh-agent 2008-11-11
benizi
I ran into the too-many keys problem a while back. I currently have 15, but hit the limit on several servers when their keys were pushed beyond 6th in the list. The workaround is to use IdentityFile to specify which key you want to use for the server. In ~/.ssh/config:

Host example.com

IdentityF...

[ more ]  [ reply ]
SSH and ssh-agent 2009-07-24
Anonymous
As described as workaround in https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/309160 Setting IdentitiesOnly yes in ~/.ssh/config worked for me when I had "Too Many Agent Keys?" ...

...

[ more ]  [ reply ]
SSH and ssh-agent 2009-08-13
Anonymous (1 replies)
Do you have to run this process every time you restart a session? I'm using cygwin for my SSH script and with each new session the last ssh-agent I created becomes unusable. Will this become a problem if I created to many or will the agents expire after time? Also, is there a way to keep these ag...

[ more ]  [ reply ]
Re: SSH and ssh-agent 2009-08-28
Anonymous
You can set up Keychain to automate the creation of the ssh-agent. If you are using cygwin you can install Keychain using the cygwin setup.exe (its under Utils). Here are some links to get you started with learning about Keychain and its installation under cygwin. Once its up and running it shoul...

[ more ]  [ reply ]







 

Privacy Statement
Copyright 2009, SecurityFocus