Source-Changes-HG archive

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

[src/trunk]: src/etc/rc.d support xmss keys



details:   https://anonhg.NetBSD.org/src/rev/429ab15c92b8
branches:  trunk
changeset: 321820:429ab15c92b8
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Apr 07 00:41:16 2018 +0000

description:
support xmss keys

diffstat:

 etc/rc.d/sshd |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r e651fcff5dc5 -r 429ab15c92b8 etc/rc.d/sshd
--- a/etc/rc.d/sshd     Sat Apr 07 00:36:55 2018 +0000
+++ b/etc/rc.d/sshd     Sat Apr 07 00:41:16 2018 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: sshd,v 1.25 2017/12/04 14:50:33 kre Exp $
+# $NetBSD: sshd,v 1.26 2018/04/07 00:41:16 christos Exp $
 #
 
 # PROVIDE: sshd
@@ -39,6 +39,7 @@
 ecdsa  521     ssh_host_ecdsa_key      1       ECDSA
 ed25519        -1      ssh_host_ed25519_key    1       ED25519
 rsa    0       ssh_host_rsa_key        2       RSA
+xmss   0       ssh_host_xmss_key       1       XMSS
 _EOF
 )
 }



Home | Main Index | Thread Index | Old Index