diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-05-23 19:39:35 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-05-23 19:39:35 +0000 |
commit | bacb1265d36404fb695a6664b1b11d9b2c34c43d (patch) | |
tree | 8f8309fb9a50976235da2d570c462cac0f5d0f1c /usr.bin/ssh | |
parent | 6b9841c34eae4893727692e406c8d959db8d0df3 (diff) |
add comment about ssh-keysign
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/ssh.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c index a9dbea47030..df005391f8d 100644 --- a/usr.bin/ssh/ssh.c +++ b/usr.bin/ssh/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> @@ -663,6 +663,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; |