diff options
Diffstat (limited to 'contrib/ssh-copy-id.1')
-rw-r--r-- | contrib/ssh-copy-id.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/ssh-copy-id.1 b/contrib/ssh-copy-id.1 index 67a59e492..8850cceda 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. | |||
29 | .Nd use locally available keys to authorise logins on a remote machine | 29 | .Nd use locally available keys to authorise logins on a remote machine |
30 | .Sh SYNOPSIS | 30 | .Sh SYNOPSIS |
31 | .Nm | 31 | .Nm |
32 | .Op Fl f | ||
32 | .Op Fl n | 33 | .Op Fl n |
33 | .Op Fl i Op Ar identity_file | 34 | .Op Fl i Op Ar identity_file |
34 | .Op Fl p Ar port | 35 | .Op Fl p Ar port |
@@ -76,6 +77,10 @@ is used. | |||
76 | Note that this can be used to ensure that the keys copied have the | 77 | Note that this can be used to ensure that the keys copied have the |
77 | comment one prefers and/or extra options applied, by ensuring that the | 78 | comment one prefers and/or extra options applied, by ensuring that the |
78 | key file has these set as preferred before the copy is attempted. | 79 | key file has these set as preferred before the copy is attempted. |
80 | .It Fl f | ||
81 | Forced mode: doesn't check if the keys are present on the remote server. | ||
82 | This means that it does not need the private key. Of course, this can result | ||
83 | in more than one copy of the key being installed on the remote system. | ||
79 | .It Fl n | 84 | .It Fl n |
80 | do a dry-run. Instead of installing keys on the remote system simply | 85 | do a dry-run. Instead of installing keys on the remote system simply |
81 | prints the key(s) that would have been installed. | 86 | prints the key(s) that would have been installed. |