Module Name:    src
Committed By:   christos
Date:           Sat Apr  7 00:41:16 UTC 2018

Modified Files:
        src/etc/rc.d: sshd

Log Message:
support xmss keys


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/etc/rc.d/sshd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/rc.d/sshd
diff -u src/etc/rc.d/sshd:1.25 src/etc/rc.d/sshd:1.26
--- src/etc/rc.d/sshd:1.25	Mon Dec  4 09:50:33 2017
+++ src/etc/rc.d/sshd	Fri Apr  6 20:41:16 2018
@@ -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 @@ dsa	1024	ssh_host_dsa_key	2	DSA
 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
 )
 }

Reply via email to