]> andersk Git - openssh.git/blobdiff - ssh.c
- markus@cvs.openbsd.org 2002/05/23 19:39:34
[openssh.git] / ssh.c
diff --git a/ssh.c b/ssh.c
index 2e479d521232dd5cee0a416c31f0853abc7f691e..0afdba7b51979c29815a36657e8ee4f3db5a6fa6 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -40,7 +40,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh.c,v 1.173 2002/05/23 19:24:30 markus Exp $");
+RCSID("$OpenBSD: ssh.c,v 1.174 2002/05/23 19:39:34 markus Exp $");
 
 #include <openssl/evp.h>
 #include <openssl/err.h>
@@ -683,6 +683,8 @@ again:
         * in case we will need it later for combined rsa-rhosts
         * authentication. This must be done before releasing extra
         * privileges, because the file is only readable by root.
+        * If we cannot access the private keys, load the public keys
+        * instead and try to execute the ssh-keysign helper instead.
         */
        sensitive_data.nkeys = 0;
        sensitive_data.keys = NULL;
This page took 0.035344 seconds and 4 git commands to generate.