commit | 280ecfb6e4072ebe4e6e29850492b5cc15491eb4 | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Wed May 14 13:46:00 2003 +1000 |
committer | Damien Miller <djm@mindrot.org> | Wed May 14 13:46:00 2003 +1000 |
tree | 6886c9df773605622bec0fd754206d0983ffd031 | |
parent | b1ca8bb159bba7cedebe8fa467bf29e4ab1a65be [diff] |
- markus@cvs.openbsd.org 2003/05/12 16:55:37 [sshconnect2.c] for pubkey authentication try the user keys in the following order: 1. agent keys that are found in the config file 2. other agent keys 3. keys that are only listed in the config file this helps when an agent has many keys, where the server might close the connection before the correct key is used. report & ok pb@