summaryrefslogtreecommitdiff
path: root/contrib/ssh-copy-id.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2016-02-16 10:34:39 +1100
committerDamien Miller <djm@mindrot.org>2016-02-16 10:34:39 +1100
commitef39e8c0497ff0564990a4f9e8b7338b3ba3507c (patch)
tree6c40198fb24b430ad1d20d2c623e58da08c0a72e /contrib/ssh-copy-id.1
parentd2d772f55b19bb0e8d03c2fe1b9bb176d9779efd (diff)
downloadopenssh-git-ef39e8c0497ff0564990a4f9e8b7338b3ba3507c.tar.gz
sync ssh-copy-id with upstream 783ef08b0a75
Diffstat (limited to 'contrib/ssh-copy-id.1')
-rw-r--r--contrib/ssh-copy-id.15
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/ssh-copy-id.1 b/contrib/ssh-copy-id.1
index 67a59e49..8850cced 100644
--- a/contrib/ssh-copy-id.1
+++ b/contrib/ssh-copy-id.1
@@ -29,6 +29,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.Nd use locally available keys to authorise logins on a remote machine
.Sh SYNOPSIS
.Nm
+.Op Fl f
.Op Fl n
.Op Fl i Op Ar identity_file
.Op Fl p Ar port
@@ -76,6 +77,10 @@ is used.
Note that this can be used to ensure that the keys copied have the
comment one prefers and/or extra options applied, by ensuring that the
key file has these set as preferred before the copy is attempted.
+.It Fl f
+Forced mode: doesn't check if the keys are present on the remote server.
+This means that it does not need the private key. Of course, this can result
+in more than one copy of the key being installed on the remote system.
.It Fl n
do a dry-run. Instead of installing keys on the remote system simply
prints the key(s) that would have been installed.