summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-14 13:46:00 +1000
committerDamien Miller <djm@mindrot.org>2003-05-14 13:46:00 +1000
commit280ecfb6e4072ebe4e6e29850492b5cc15491eb4 (patch)
tree6886c9df773605622bec0fd754206d0983ffd031 /ChangeLog
parentb1ca8bb159bba7cedebe8fa467bf29e4ab1a65be (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@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 795bae3c4..f02114c01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,6 +45,14 @@
45 - markus@cvs.openbsd.org 2003/05/11 20:30:25 45 - markus@cvs.openbsd.org 2003/05/11 20:30:25
46 [channels.c clientloop.c serverloop.c session.c ssh.c] 46 [channels.c clientloop.c serverloop.c session.c ssh.c]
47 make channel_new() strdup the 'remote_name' (not the caller); ok theo 47 make channel_new() strdup the 'remote_name' (not the caller); ok theo
48 - markus@cvs.openbsd.org 2003/05/12 16:55:37
49 [sshconnect2.c]
50 for pubkey authentication try the user keys in the following order:
51 1. agent keys that are found in the config file
52 2. other agent keys
53 3. keys that are only listed in the config file
54 this helps when an agent has many keys, where the server might
55 close the connection before the correct key is used. report & ok pb@
48 56
4920030512 5720030512
50 - (djm) Redhat spec: Don't install profile.d scripts when not 58 - (djm) Redhat spec: Don't install profile.d scripts when not
@@ -1432,4 +1440,4 @@
1432 save auth method before monitor_reset_key_state(); bugzilla bug #284; 1440 save auth method before monitor_reset_key_state(); bugzilla bug #284;
1433 ok provos@ 1441 ok provos@
1434 1442
1435$Id: ChangeLog,v 1.2688 2003/05/14 03:45:42 djm Exp $ 1443$Id: ChangeLog,v 1.2689 2003/05/14 03:46:00 djm Exp $