summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-06 19:58:27 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-06 19:58:27 +0000
commit9e5bb579f9ce4a6154c9e4123ecf075cea192f9f (patch)
tree624b249474e7d5022e5de835996d29962ffec5bf /ssh.c
parent1bad256822046e2cc9e3a85a1c622e4ebaa2b97e (diff)
downloadopenssh-git-9e5bb579f9ce4a6154c9e4123ecf075cea192f9f.tar.gz
- markus@cvs.openbsd.org 2002/05/23 19:39:34
[ssh.c] add comment about ssh-keysign
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ssh.c b/ssh.c
index 2e479d52..0afdba7b 100644
--- 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;