diff options
author | Kai Kang <kai.kang@windriver.com> | 2015-01-15 16:38:36 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:08:18 +0000 |
commit | 0e35e33b37be9204a36eacbc3565cec26d1c6745 (patch) | |
tree | dc9619fb0ce9d54b51add2decfcbbc1a2d68a03f | |
parent | 2eaeba1f9ac2c0fee374cb13a9d026b39a1b5c0a (diff) | |
download | poky-0e35e33b37be9204a36eacbc3565cec26d1c6745.tar.gz |
openssh: deliver ssh-copy-id
Deliver script ssh-copy-id from openssh which is useful to add an
authorized ssh key.
(From OE-Core rev: 16562034a2c28cbfc6c90f9324c42c08e0655b7d)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_6.7p1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_6.7p1.bb b/meta/recipes-connectivity/openssh/openssh_6.7p1.bb index 19093fc992..dcbc181aa9 100644 --- a/meta/recipes-connectivity/openssh/openssh_6.7p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_6.7p1.bb | |||
@@ -89,6 +89,7 @@ do_install_append () { | |||
89 | rmdir ${D}${localstatedir}/run/sshd ${D}${localstatedir}/run ${D}${localstatedir} | 89 | rmdir ${D}${localstatedir}/run/sshd ${D}${localstatedir}/run ${D}${localstatedir} |
90 | install -d ${D}/${sysconfdir}/default/volatiles | 90 | install -d ${D}/${sysconfdir}/default/volatiles |
91 | install -m 644 ${WORKDIR}/volatiles.99_sshd ${D}/${sysconfdir}/default/volatiles/99_sshd | 91 | install -m 644 ${WORKDIR}/volatiles.99_sshd ${D}/${sysconfdir}/default/volatiles/99_sshd |
92 | install -m 0755 ${S}/contrib/ssh-copy-id ${D}${bindir} | ||
92 | 93 | ||
93 | # Create config files for read-only rootfs | 94 | # Create config files for read-only rootfs |
94 | install -d ${D}${sysconfdir}/ssh | 95 | install -d ${D}${sysconfdir}/ssh |