Sha256: c1d68cb848da9465c2e875e2f22cb4d7e7c410062501f2491fb682189a552a56

Contents?: true

Size: 859 Bytes

Versions: 3

Compression:

Stored size: 859 Bytes

Contents

ssh-keyput
==========

Copies your ssh public key to a server.

Because <i>ssh user@hostname "echo `cat ~/.ssh/id_dsa.pub` >> ~/.ssh/authorized_keys"</i> is too hard to remember.

Since OS X does not have the handy "ssh-copy-id" bash script by default I wanted to add a gem that I could install easily to perform the same task. 

Currently I depend on a number of unix commands (like ssh and ssh-keygen), but I am sure that much of this could be replace by ruby libraries (and then we could make this gem dependent on those) but this does what I need it to and I don't have to remember complicated command lines.

It is pronounced "ssssh-kaput."

INSTALL
=======

> sudo gem install csexton-ssh-keyput -s http://gems.github.com

USAGE
=====

> ssh-keyput user@example.com


COPYRIGHT
=========

Copyright (c) 2008 Christopher Sexton. See LICENSE for details.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
csexton-ssh-keyput-0.2.0 README.markdown
csexton-ssh-keyput-0.3.0 README.markdown
csexton-ssh-keyput-0.3.2 README.markdown