From 046dd5567d9de0596023846e7f0c6df7f01a9f5b Mon Sep 17 00:00:00 2001 From: Dan McGregor Date: Thu, 15 Jan 2015 15:11:00 -0600 Subject: openssh: configuration updates Rebase sshd_config and ssh_config with openssh upstream. Check for the ed25519 key in the systemd keygen service. Signed-off-by: Dan McGregor Signed-off-by: Ross Burton --- meta/recipes-connectivity/openssh/openssh/sshdgenkeys.service | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-connectivity/openssh/openssh/sshdgenkeys.service') diff --git a/meta/recipes-connectivity/openssh/openssh/sshdgenkeys.service b/meta/recipes-connectivity/openssh/openssh/sshdgenkeys.service index c21d70baf0..d65086fc8a 100644 --- a/meta/recipes-connectivity/openssh/openssh/sshdgenkeys.service +++ b/meta/recipes-connectivity/openssh/openssh/sshdgenkeys.service @@ -3,6 +3,7 @@ Description=OpenSSH Key Generation ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key +ConditionPathExists=|!/etc/ssh/ssh_host_ed25519_key [Service] ExecStart=@BINDIR@/ssh-keygen -A -- cgit 1.2.3-korg