diff --git a/extra/openssh/build b/extra/openssh/build index 60294492..dc992fc7 100755 --- a/extra/openssh/build +++ b/extra/openssh/build @@ -21,6 +21,7 @@ make DESTDIR="$1" install cp -f contrib/ssh-copy-id "$1/usr/bin" cp -f contrib/ssh-copy-id.1 "$1/usr/share/man/man1" +chmod +x "$1/usr/bin/ssh-copy-id" # Install runit services. mkdir -p "$1/etc/sv/sshd" diff --git a/extra/openssh/version b/extra/openssh/version index bc1f9520..97fd0bb7 100644 --- a/extra/openssh/version +++ b/extra/openssh/version @@ -1 +1 @@ -8.6p1 2 +8.6p1 3