Difference between revisions of "Addremote"

From Noah.org
Jump to navigationJump to search
(New page: category:Engineering category:SSH category:Free_Software This script copies an SSH public key to a remote server. This is very handy for copying keys to remote servers. This w...)
 
m
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[category:Engineering]]
+
[[Category:Engineering]]
[[category:SSH]]
+
[[Category:SSH]]
[[category:Free_Software]]
+
[[Category:Free_Software]]
  
This script copies an SSH public key to a remote server.
 
This is very handy for copying keys to remote servers.
 
This will ask for your remote host password twice.
 
  
<include svncat src="file:///home/svn/src/dotfiles/bin/addremote" highlight="sh" />
+
<b>This is obsolete. Instead, use `ssh-copy-id` which is a similar and better script by Philip Hands</b>. It comes standard with Debian, Ubuntu, and some other Linux distros. Click to download [http://cvsweb.mindrot.org/index.cgi/openssh/contrib/ssh-copy-id?rev=HEAD;content-type=text%2Fplain `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 [http://www.noah.org/engineering/src/dotfiles/bin/addremote addremote]
 +
<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" />