Difference between revisions of "Addremote"

From Noah.org
Jump to navigationJump to search
m
 
Line 10: Line 10:
 
This script copies an SSH public key to a remote server. This is very handy for copying keys to remote servers. When you run it, this script will ask for your remote host password twice. That is normal.
 
This script copies an SSH public key to a remote server. This is very handy for copying keys to remote servers. When you run it, this script will ask for your remote host password twice. That is normal.
  
Download [http://www.noah.org/downloadsvn.php?src=file:///home/svn/src/dotfiles/bin/addremote addremote]
+
Download [http://www.noah.org/engineering/src/dotfiles/bin/addremote addremote]
<include svncat src="file:///home/svn/src/dotfiles/bin/addremote" highlight="sh" />
+
<include src="/home/noahspurrier/noah.org/engineering/src/dotfiles/bin/addremote" highlight="sh" />

Latest revision as of 19:12, 2 April 2010


This is obsolete. Instead, use `ssh-copy-id` which is a similar and better script by Philip Hands. It comes standard with Debian, Ubuntu, and some other Linux distros. Click to download `ssh-copy-id` from Damien Miller's mindrot.org site.


This script copies an SSH public key to a remote server. This is very handy for copying keys to remote servers. When you run it, this script will ask for your remote host password twice. That is normal.

Download addremote <include src="/home/noahspurrier/noah.org/engineering/src/dotfiles/bin/addremote" highlight="sh" />