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
Task Type Feature Request
Category Packages: Current
Status Closed
Assigned To Judd Vinet (judd)
Tobias Powalowski (tpowa)
Architecture All
Severity Low
Priority Normal
Reported Version 0.7.2 Gimmick
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

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

Closed by  Tobias Powalowski (tpowa)
Sunday, 15 April 2007, 15:39 GMT
Reason for closing:  Fixed
Comment by Xavier de Labouret (zezaz) - Tuesday, 03 October 2006, 14:17 GMT
Hi,

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
Comment by Mircea Bardac (IceRAM) - Friday, 24 November 2006, 14:54 GMT
+1

(as far as I know, all Debian based distributions have "ssh-copy-id")

Loading...