summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2020-01-06 09:02:53 +1100
committerDarren Tucker <dtucker@dtucker.net>2020-01-06 09:02:53 +1100
commit69e44ba701b90b0f530d64c3fe4363ea86e50cd3 (patch)
treee1824620d6e04b56ad4d34b05bd5148983becb15
parent7652a57662969bd5c61448b3843ec6d407ad12be (diff)
Fix typo: 'you' -> 'your'.
bz#3108 from jmckitrick@gmail.com.
-rw-r--r--contrib/ssh-copy-id.12
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ssh-copy-id.1 b/contrib/ssh-copy-id.1
index 8850cceda..ae75c79a5 100644
--- a/contrib/ssh-copy-id.1
+++ b/contrib/ssh-copy-id.1
@@ -158,7 +158,7 @@ asked for confirmation, which is your cue to log back out and run
158The reason you might want to specify the -i option in this case is to 158The reason you might want to specify the -i option in this case is to
159ensure that the comment on the installed key is the one from the 159ensure that the comment on the installed key is the one from the
160.Pa .pub 160.Pa .pub
161file, rather than just the filename that was loaded into you agent. 161file, rather than just the filename that was loaded into your agent.
162It also ensures that only the id you intended is installed, rather than 162It also ensures that only the id you intended is installed, rather than
163all the keys that you have in your 163all the keys that you have in your
164.Xr ssh-agent 1 . 164.Xr ssh-agent 1 .