]> andersk Git - openssh.git/blobdiff - contrib/ssh-copy-id.1
- djm@cvs.openbsd.org 2010/01/26 01:28:35
[openssh.git] / contrib / ssh-copy-id.1
index df4f88d9beb3a98534260a4daf25fe8fc0995e63..f25ed01f2a6e555db91400e16cac6e76a95ad517 100644 (file)
@@ -18,7 +18,7 @@ the original English.
 ..
 .TH SSH-COPY-ID 1 "14 November 1999" "OpenSSH"
 .SH NAME
-ssh-copy-id \- install your identity.pub in a remote machine's authorized_keys
+ssh-copy-id \- install your public key in a remote machine's authorized_keys
 .SH SYNOPSIS
 .B ssh-copy-id [-i [identity_file]]
 .I "[user@]machine"
@@ -42,7 +42,7 @@ set in its configuration).
 If the
 .B -i
 option is given then the identity file (defaults to
-.BR ~/.ssh/identity.pub )
+.BR ~/.ssh/id_rsa.pub )
 is used, regardless of whether there are any keys in your
 .BR ssh-agent .
 Otherwise, if this:
@@ -58,7 +58,7 @@ option is used, or the
 produced no output, then it uses the contents of the identity
 file.  Once it has one or more fingerprints (by whatever means) it
 uses ssh to append them to
-.B ~/.ssh/authorised_keys
+.B ~/.ssh/authorized_keys
 on the remote machine (creating the file, and directory, if necessary)
 
 .SH "SEE ALSO"
This page took 0.116585 seconds and 4 git commands to generate.