Difference between revisions of "Addremote"

From Noah.org
Jump to navigationJump to search
m
m
Line 3: Line 3:
 
[[Category:Free_Software]]
 
[[Category:Free_Software]]
  
<b>This is obsolete. Use `ssh-copy-id` which is a similar (better) script that comes with newer versions of OpenSSH.</b>
 
  
This script copies an SSH public key to a remote server.
+
<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. You can find it at [http://cvsweb.mindrot.org/index.cgi/openssh/contrib/ssh-copy-id mindrot.org].
This is very handy for copying keys to remote servers.
+
 
This will ask for your remote host password twice.
+
----
 +
 
 +
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/downloadsvn.php?src=file:///home/svn/src/dotfiles/bin/addremote addremote]
 
<include svncat src="file:///home/svn/src/dotfiles/bin/addremote" highlight="sh" />
 
<include svncat src="file:///home/svn/src/dotfiles/bin/addremote" highlight="sh" />

Revision as of 12:22, 11 September 2008


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. You can find it at mindrot.org.


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 svncat src="file:///home/svn/src/dotfiles/bin/addremote" highlight="sh" />