~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

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

Eivind Uggedal <eivind@uggedal.com>
Details
Message ID
<1396611668-24417-1-git-send-email-eivind@uggedal.com>
Sender timestamp
1396611668
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 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
---
Timo Teras <timo.teras@iki.fi>
Details
Message ID
<20140404145829.5b30bb01@vostro>
In-Reply-To
<1396611668-24417-1-git-send-email-eivind@uggedal.com> (view parent)
Sender timestamp
1396612709
DKIM signature
missing
Download raw message
On Fri,  4 Apr 2014 11:41:08 +0000
Eivind Uggedal <eivind@uggedal.com> wrote:

>  main/openssh/sshd.initd | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Seems you forgot to update APKBUILD. Did that, and applied. 

Thanks.


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)