bugzilla-daemon at mindrot.org
2002-Feb-01 21:45 UTC
[Bug 93] Added ability for ssh-add to parse config files to retrieve a list of valid IdentityFiles.
http://bugzilla.mindrot.org/show_bug.cgi?id=93 ------- Additional Comments From jprondak at visualmedia.com 2002-02-02 08:45 ------- Created an attachment (id=16) ssh-add.c patch to search ssh_config for IdentityFile(s) ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Feb-03 16:59 UTC
[Bug 93] Added ability for ssh-add to parse config files to retrieve a list of valid IdentityFiles.
http://bugzilla.mindrot.org/show_bug.cgi?id=93 ------- Additional Comments From markus at openbsd.org 2002-02-04 03:59 ------- i don't like the idea of parsing ssh_config in ssh-add. -current ssh-add tries to load all 3 default key. that's enough for the default. it's easy to add more keys on the command line. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Feb-04 15:43 UTC
[Bug 93] Added ability for ssh-add to parse config files to retrieve a list of valid IdentityFiles.
http://bugzilla.mindrot.org/show_bug.cgi?id=93 ------- Additional Comments From Nicolas.Williams at ubsw.com 2002-02-05 02:43 -------> i don't like the idea of parsing ssh_config in ssh-add. > > -current ssh-add tries to load all 3 default key. > that's enough for the default. > > it's easy to add more keys on the command line.Markus, One reason we want this is so that we can specify non-standard locations for identity files for app accounts that run daemons, things from cron, etc... It's a small patch and not at all far-fetched. I just ran smack into the MaxStartups option. How did that bug^H^H^Hfeature ever get in anyways. Nico ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Feb-04 16:51 UTC
[Bug 93] Added ability for ssh-add to parse config files to retrieve a list of valid IdentityFiles.
http://bugzilla.mindrot.org/show_bug.cgi?id=93 ------- Additional Comments From Nicolas.Williams at ubsw.com 2002-02-05 03:51 -------> I just ran smack into the MaxStartups option. How did that > bug^H^H^Hfeature ever get in anyways.I take this back, I get the point of that feature. I ran into it stress-testing OpenSSH. :) Nico ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Feb-04 17:33 UTC
[Bug 93] Added ability for ssh-add to parse config files to retrieve a list of valid IdentityFiles.
http://bugzilla.mindrot.org/show_bug.cgi?id=93 ------- Additional Comments From markus at openbsd.org 2002-02-05 04:33 ------- /usr/bin/ssh is the only program that should read ssh_config. passing non-default keys to ssh-add is easy with the current version of ssh-add. of course we could have options and defaults for all kinds of uses, but openssh is already very fat. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Reasonably Related Threads
- [Bug 93] Added ability for ssh-add to parse config files to retrieve a list of valid IdentityFiles.
- [Bug 93] Added ability for ssh-add to parse config files to retrieve a list of valid IdentityFiles.
- [Bug 94] Userdefineable identification string
- [Bug 95] New: Allow '%' expansion to work in ssh and ssh-add
- [Bug 95] Allow '%' expansion to work in ssh and ssh-add