[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#655230: ITP: pushkey -- ITP: pushkey - 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.



Hi,

On 01/09/2012 03:43 PM, Al Biheiri wrote:
* Package name    : pushkey
   Version         : 1.0
   Upstream Author : Al Biheiri<abiheiri@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



Reply to: