Hi,

On 01/09/2012 03:43 PM, Al Biheiri wrote:
* Package name    : pushkey
   Version         : 1.0
   Upstream Author : Al Biheiri<[email protected]>
* 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 [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to