From 70c328f481c4e66a324791943e3e6e21cda88e71 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sat, 7 Feb 2015 13:37:43 -0500 Subject: [PATCH] Ajout installation ssh-copy-id --- stage3/pkg/openssh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stage3/pkg/openssh b/stage3/pkg/openssh index d2e9cd4..9e2ad46 100644 --- a/stage3/pkg/openssh +++ b/stage3/pkg/openssh @@ -20,6 +20,9 @@ hvconfig_pre() hvbuild_post() { + install -v -m755 ${SRC_DIR}/contrib/ssh-copy-id /usr/bin + install -v -m644 ${SRC_DIR}/contrib/ssh-copy-id.1 /usr/share/man/man1 + # Disabling root logins sed -i -e "s!^#\(PermitRootLogin\).*!\1 no!g" /etc/ssh/sshd_config -- 2.20.1