Brian Hatch
Colapse all |
Post comment
SSH and ssh-agent
2006-12-16
Anonymous
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 ]
"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-11-11
benizi
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 ]
Host example.com
IdentityF...
[ more ] [ reply ]
SSH and ssh-agent
2009-08-13
Anonymous (1 replies)
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 ]
[ more ] [ reply ]
Re: SSH and ssh-agent
2009-08-28
Anonymous
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 ]
[ more ] [ reply ]

[ more ] [ reply ]