bugzilla-daemon at mindrot.org
2003-Feb-11 14:57 UTC
[Bug 448] ssh ignores key specified with -i if agent is running
http://bugzilla.mindrot.org/show_bug.cgi?id=448 ------- Additional Comments From ssh-bugzilla at andrew.pimlott.net 2003-02-12 01:57 ------- I'm not sure how you mean that turning off the agent might break things, but it is obviously wrong for -i to be ignored. Why can't you simply try keys specified with -i before trying the agent? You may need to lists of keys rather than one: those explicitly requested, and those found by ssh. The former are tried before the agent. At very least, this should be documented. An option to turn off the agent might be nice as well. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Feb-11 17:16 UTC
[Bug 448] ssh ignores key specified with -i if agent is running
http://bugzilla.mindrot.org/show_bug.cgi?id=448 ------- Additional Comments From markus at openbsd.org 2003-02-12 04:16 ------- the keys specified with -i are _NOT_ ignored, they are just tried after the agent keys, like the documantion says. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Maybe Matching Threads
- [Bug 448] ssh ignores key specified with -i if agent is running
- [Bug 448] New: ssh ignores key specified with -i if agent is running
- [Bug 448] ssh ignores key specified with -i if agent is running
- [Bug 448] ssh ignores key specified with -i if agent is running
- [Bug 410] when -i or IdentityFile is specified, agent keys are still tried first