FS#4774 - Add contrib scripts to openssh package
Attached to Project:
Arch Linux
Opened by Laurent Meunier (fogoh) - Sunday, 04 June 2006, 08:55 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 15 April 2007, 15:39 GMT
Opened by Laurent Meunier (fogoh) - Sunday, 04 June 2006, 08:55 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 15 April 2007, 15:39 GMT
|
Details
OpenSSH comes with a contrib folder containing usefull
scripts (findssl.sh and ssh-copy-id). Could it be possible
to add them in the next openssh release ?
Here is a patch for PKGBUILD : --- /var/abs/daemons/openssh/PKGBUILD 2006-02-13 09:10:49.000000000 +0100 +++ PKGBUILD 2006-06-03 13:19:29.000000000 +0200 @@ -21,6 +21,8 @@ build() { mkdir -p $startdir/pkg/etc/rc.d mkdir -p $startdir/pkg/var/empty cp ../sshd $startdir/pkg/etc/rc.d + install -D -m744 contrib/findssl.sh $startdir/pkg/usr/bin/findssl.sh + install -D -m744 contrib/ssh-copy-id $startdir/pkg/usr/bin/ssh-copy-id mkdir -p $startdir/pkg/etc/pam.d install -D -m644 $startdir/src/sshd.pam $startdir/pkg/etc/pam.d/sshd sed -i \ |
This task depends upon
The ssh-copy-id comes with a well-written man page:
# ls /var/abs/daemons/openssh/src/openssh-4.4p1/contrib/ssh-copy-id*
/var/abs/daemons/openssh/src/openssh-4.4p1/contrib/ssh-copy-id
/var/abs/daemons/openssh/src/openssh-4.4p1/contrib/ssh-copy-id.1
It would be very fine if it could be included in the next release too.
Best thanks
(as far as I know, all Debian based distributions have "ssh-copy-id")