From: Hugo Villeneuve Date: Sat, 7 Feb 2015 18:37:43 +0000 (-0500) Subject: Ajout installation ssh-copy-id X-Git-Url: http://gitweb.hugovil.com/?p=hvlinux.git;a=commitdiff_plain;h=70c328f481c4e66a324791943e3e6e21cda88e71 Ajout installation ssh-copy-id --- 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