Ajout installation ssh-copy-id
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 7 Feb 2015 18:37:43 +0000 (13:37 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sun, 1 Mar 2015 01:39:44 +0000 (20:39 -0500)
stage3/pkg/openssh

index d2e9cd4..9e2ad46 100644 (file)
@@ -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