Hi,

On 01/09/2012 03:43 PM, Al Biheiri wrote:
* Package name    : pushkey
   Version         : 1.0
   Upstream Author : Al Biheiri<abihe...@gmail.com>
* URL             : http://dl.dropbox.com/u/77428/website-dev/index.htm
* License         : (GPL v3)
   Programming Lang: (Bash)
   Description     : Pushes your ssh key to a remote location. It tries to
create a .ssh folder remotley then it adds your ssh key to authorized_keys.

What does pushkey do that ssh-copy-id cannot?

I also don't think we need yet another package for a tiny script that (in short) only does

ssh $REM_HOST "umask 077; test -d .ssh || mkdir .ssh; chmod 700 .ssh ; echo $VAL >> .ssh/authorized_keys; chmod 600 .ssh/*" || exit 1

Regards,
Ansgar



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f0b048f.80...@debian.org

Reply via email to