HTTP/2 302
server: nginx
date: Sun, 24 Aug 2025 21:48:03 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100804080104
location: https://web.archive.org/web/20100804080104/https://github.com/csexton/ssh-keyput
server-timing: captures_list;dur=0.546556, exclusion.robots;dur=0.018083, exclusion.robots.policy;dur=0.008494, esindex;dur=0.010537, cdx.remote;dur=7.371046, LoadShardBlock;dur=301.506806, PetaboxLoader3.datanode;dur=108.162845, PetaboxLoader3.resolve;dur=134.068450
x-app-server: wwwb-app210
x-ts: 302
x-tr: 333
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app210; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 24 Aug 2025 21:48:04 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 04 Aug 2010 07:32:15 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "9f05d1cff1ad12f9dc00cde96fe3aa65"
x-archive-orig-x-runtime: 101ms
x-archive-orig-content-length: 25383
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 04 Aug 2010 08:01:04 GMT
link:
; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 14 Jan 2010 02:51:39 GMT", ; rel="prev memento"; datetime="Thu, 03 Jun 2010 08:45:11 GMT", ; rel="memento"; datetime="Wed, 04 Aug 2010 08:01:04 GMT", ; rel="next memento"; datetime="Sat, 23 Oct 2010 14:43:22 GMT", ; rel="last memento"; datetime="Sat, 31 Oct 2020 06:11:37 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_17_20100804065543_crawl100-c/52_17_20100804073106_crawl101.arc.gz
server-timing: captures_list;dur=0.833996, exclusion.robots;dur=0.034915, exclusion.robots.policy;dur=0.015007, esindex;dur=0.016086, cdx.remote;dur=7.292734, LoadShardBlock;dur=138.493769, PetaboxLoader3.datanode;dur=115.526158, PetaboxLoader3.resolve;dur=184.369238, load_resource;dur=178.301005
x-app-server: wwwb-app210
x-ts: 200
x-tr: 394
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
csexton's ssh-keyput at master - GitHub
click here to add a description
click here to add a homepage
Fri Jun 26 16:41:41 -0700 2009
README.markdown ssh-keyput
Copies your ssh public key to a server.
Because ssh user@hostname "echo cat ~/.ssh/id_dsa.pub
>> ~/.ssh/authorized_keys" 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 this is no more than a sh script, as it depends on a number of unix commands (like ssh and ssh-keygen). I am sure that much of this could be replace by pure ruby libraries (and then be made dependencies) but this does what I need it to and I don't have to remember complicated commands.
It is pronounced "ssssh-kaput."
INSTALL
sudo gem install csexton-ssh-keyput -s https://gems.github.com
USAGE
ssh-keyput user@example.com
COPYRIGHT
Copyright (c) 2008 Christopher Sexton. See LICENSE for details.