~alpine/devel

main/openssh: generate ed25519 host key v1 PROPOSED

Eivind Uggedal: 1
 main/openssh: generate ed25519 host key

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/126/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] main/openssh: generate ed25519 host key Export this patch

---
 main/openssh/sshd.initd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main/openssh/sshd.initd b/main/openssh/sshd.initd
index 193985b09abf..937b60d7d4ab 100755
--- a/main/openssh/sshd.initd
+++ b/main/openssh/sshd.initd
@@ -52,7 +52,7 @@ gen_keys() {
	if egrep -q '^[[:space:]]*Protocol[[:space:]]+.*1' "${SSHD_CONFDIR}"/sshd_config ; then
		gen_key rsa1 "" || return 1
	fi
	gen_key dsa && gen_key rsa && gen_key ecdsa
	gen_key dsa && gen_key rsa && gen_key ecdsa && gen_key ed25519
	return $?
}

-- 
1.9.1



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---