Difference between revisions of "Addremote"

From Noah.org
Jump to navigationJump to search
m
Line 3: Line 3:
 
[[Category:Free_Software]]
 
[[Category:Free_Software]]
  
<b>This is obsolete. Use `ssh-copy-id` which comes with openssh.</b>
+
<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.
 
This script copies an SSH public key to a remote server.

Revision as of 11:21, 11 September 2008


This is obsolete. Use `ssh-copy-id` which is a similar (better) script that comes with newer versions of OpenSSH.

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.

Download addremote <include svncat src="file:///home/svn/src/dotfiles/bin/addremote" highlight="sh" />