[Buildroot] [PATCH] package/openssh: also install ssh-copy-id script

julien.boibessot at free.fr julien.boibessot at free.fr
Wed Feb 7 18:35:59 UTC 2018


From: Julien BOIBESSOT <julien.boibessot at armadeus.com>

This script is useful to copy SSH keys between client and server [1] and
installed on most distributions (for example on debian: [2]).

[1] https://www.ssh.com/ssh/copy-id
[2] https://packages.debian.org/fr/jessie/armhf/openssh-client/filelist

Signed-off-by: Julien BOIBESSOT <julien.boibessot at armadeus.com>

diff --git a/package/openssh/openssh.mk b/package/openssh/openssh.mk
index 6b7ac22..b0075e9 100644
--- a/package/openssh/openssh.mk
+++ b/package/openssh/openssh.mk
@@ -73,4 +73,10 @@ define OPENSSH_INSTALL_INIT_SYSV
 		$(TARGET_DIR)/etc/init.d/S50sshd
 endef
 
+define OPENSSH_INSTALL_SSH_COPY_ID
+	$(INSTALL) -D -m 755 $(@D)/contrib/ssh-copy-id $(TARGET_DIR)/usr/bin
+endef
+
+OPENSSH_POST_INSTALL_TARGET_HOOKS += OPENSSH_INSTALL_SSH_COPY_ID
+
 $(eval $(autotools-package))
-- 
2.1.4



More information about the buildroot mailing list