From ea86d4ccc56f7933f988f0b24f09c5b6888d51ed Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 28 Feb 2014 16:37:18 +0000 Subject: openssh: upgrade to 6.5p1 Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- meta/recipes-connectivity/openssh/openssh/sshdgenkeys.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta/recipes-connectivity/openssh/openssh/sshdgenkeys.service (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 new file mode 100644 index 0000000000..c21d70baf0 --- /dev/null +++ b/meta/recipes-connectivity/openssh/openssh/sshdgenkeys.service @@ -0,0 +1,10 @@ +[Unit] +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 + +[Service] +ExecStart=@BINDIR@/ssh-keygen -A +Type=oneshot +RemainAfterExit=yes -- cgit 1.2.3-korg