diff options
author | 2014-06-10 17:19:25 +0000 | |
---|---|---|
committer | 2014-06-10 17:19:25 +0000 | |
commit | c3d533c70884ed6773abb42c24ceeb92aa48ad41 (patch) | |
tree | 501800b7e5b5268e2f33226842101c9aa0688357 | |
parent | we should really zero a buffer we strlcat to otherwise aliases resolution (diff) | |
download | wireguard-openbsd-c3d533c70884ed6773abb42c24ceeb92aa48ad41.tar.xz wireguard-openbsd-c3d533c70884ed6773abb42c24ceeb92aa48ad41.zip |
Add ed25519 ssh host keys to /etc/mtree/special.
From inframare at arachnogoat dot com; OK deraadt@ sthen@
-rw-r--r-- | etc/mtree/special | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/mtree/special b/etc/mtree/special index 61d263d0f22..de2b4658360 100644 --- a/etc/mtree/special +++ b/etc/mtree/special @@ -1,4 +1,4 @@ -# $OpenBSD: special,v 1.105 2014/05/26 19:37:27 halex Exp $ +# $OpenBSD: special,v 1.106 2014/06/10 17:19:25 millert Exp $ # $NetBSD: special,v 1.4 1996/05/08 21:30:18 pk Exp $ # @(#)special 8.2 (Berkeley) 1/23/94 # @@ -98,6 +98,8 @@ ssh_host_dsa_key type=file mode=0600 uname=root gname=wheel optional ssh_host_dsa_key.pub type=file mode=0644 uname=root gname=wheel optional ssh_host_ecdsa_key type=file mode=0600 uname=root gname=wheel optional ssh_host_ecdsa_key.pub type=file mode=0644 uname=root gname=wheel optional +ssh_host_ed25519_key type=file mode=0600 uname=root gname=wheel optional +ssh_host_ed25519_key.pub type=file mode=0644 uname=root gname=wheel optional ssh_host_key type=file mode=0600 uname=root gname=wheel optional ssh_host_key.pub type=file mode=0644 uname=root gname=wheel optional ssh_host_rsa_key type=file mode=0600 uname=root gname=wheel optional |