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 09:13:02 +0000 |
commit | 16562034a2c28cbfc6c90f9324c42c08e0655b7d (patch) | |
tree | 975787ca7afbf879062ed209beb4f7db68477f37 | |
parent | eb0209360d14b57fbef6fa20bdd9948e8337f24b (diff) | |
download | openembedded-core-16562034a2c28cbfc6c90f9324c42c08e0655b7d.tar.gz openembedded-core-16562034a2c28cbfc6c90f9324c42c08e0655b7d.tar.bz2 openembedded-core-16562034a2c28cbfc6c90f9324c42c08e0655b7d.zip |
openssh: deliver ssh-copy-id
Deliver script ssh-copy-id from openssh which is useful to add an
authorized ssh key.
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 () { rmdir ${D}${localstatedir}/run/sshd ${D}${localstatedir}/run ${D}${localstatedir} install -d ${D}/${sysconfdir}/default/volatiles install -m 644 ${WORKDIR}/volatiles.99_sshd ${D}/${sysconfdir}/default/volatiles/99_sshd + install -m 0755 ${S}/contrib/ssh-copy-id ${D}${bindir} # Create config files for read-only rootfs install -d ${D}${sysconfdir}/ssh |