Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/mtree PR/47630: Petar Bogdanovic: add ssh_host_ecdsa_key...



details:   https://anonhg.NetBSD.org/src/rev/865780435d41
branches:  trunk
changeset: 785324:865780435d41
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Mar 08 14:31:28 2013 +0000

description:
PR/47630: Petar Bogdanovic: add ssh_host_ecdsa_key to /etc/mtree/special

diffstat:

 etc/mtree/special |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 2c3cd0fd5f1f -r 865780435d41 etc/mtree/special
--- a/etc/mtree/special Fri Mar 08 12:33:57 2013 +0000
+++ b/etc/mtree/special Fri Mar 08 14:31:28 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: special,v 1.142 2012/06/28 16:34:07 kefren Exp $
+#      $NetBSD: special,v 1.143 2013/03/08 14:31:28 christos Exp $
 #      @(#)special     8.2 (Berkeley) 1/23/94
 #
 # This file may be overwritten on upgrades.
@@ -310,6 +310,8 @@
 ./etc/ssh/ssh_config           type=file mode=0644 optional
 ./etc/ssh/ssh_host_dsa_key     type=file mode=0600 optional tags=nodiff
 ./etc/ssh/ssh_host_dsa_key.pub type=file mode=0644 optional
+./etc/ssh/ssh_host_edsa_key    type=file mode=0600 optional tags=nodiff
+./etc/ssh/ssh_host_edsa_key.pub        type=file mode=0644 optional
 ./etc/ssh/ssh_host_key         type=file mode=0600 optional tags=nodiff
 ./etc/ssh/ssh_host_key.pub     type=file mode=0644 optional
 ./etc/ssh/ssh_host_rsa_key     type=file mode=0600 optional tags=nodiff



Home | Main Index | Thread Index | Old Index