]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream commit
authordjm@openbsd.org <djm@openbsd.org>
Fri, 3 Jul 2015 03:56:25 +0000 (03:56 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 15 Jul 2015 05:36:02 +0000 (15:36 +1000)
add an XXX reminder for getting correct key paths from
 sshd_config

Upstream-ID: feae52b209d7782ad742df04a4260e9fe41741db

ssh-keysign.c

index 56882027e5f5146a02d68b6023e8d6e9fc09d6d7..1dca3e289f1e3f9667059aa1c4dfd12acc9e7889 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-keysign.c,v 1.48 2015/03/24 20:09:11 markus Exp $ */
+/* $OpenBSD: ssh-keysign.c,v 1.49 2015/07/03 03:56:25 djm Exp $ */
 /*
  * Copyright (c) 2002 Markus Friedl.  All rights reserved.
  *
@@ -187,6 +187,7 @@ main(int argc, char **argv)
                close(fd);
 
        i = 0;
+       /* XXX This really needs to read sshd_config for the paths */
        key_fd[i++] = open(_PATH_HOST_DSA_KEY_FILE, O_RDONLY);
        key_fd[i++] = open(_PATH_HOST_ECDSA_KEY_FILE, O_RDONLY);
        key_fd[i++] = open(_PATH_HOST_ED25519_KEY_FILE, O_RDONLY);