Displaying 1 result from an estimated 1 matches for "ca_key_file".
2006 Nov 15
11
OpenSSH Certkey (PKI)
...sion 1.16
diff -u -r1.16 pathnames.h
--- pathnames.h 25 Mar 2006 22:22:43 -0000 1.16
+++ pathnames.h 15 Nov 2006 14:14:35 -0000
@@ -36,6 +36,7 @@
#define _PATH_DH_MODULI ETCDIR "/moduli"
/* Backwards compatibility */
#define _PATH_DH_PRIMES ETCDIR "/primes"
+#define _PATH_CA_KEY_FILE SSHDIR "/ca.pub"
#define _PATH_SSH_PROGRAM "/usr/bin/ssh"
Index: readconf.c
===================================================================
RCS file: /cvs/src/usr.bin/ssh/readconf.c,v
retrieving revision 1.159
diff -u -r1.159 readconf.c
--- readconf.c 3 Aug 2006 03:34...