Skip to content

Commit c74ab29

Browse files
committed
doc: access: Fix some typos
1 parent 9f8ab03 commit c74ab29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/access.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ completion.
3737

3838
## SSH configuration
3939

40-
A minimal SSH configuration (`~/.ssh/config by default`) snippet might
40+
A minimal SSH configuration (`~/.ssh/config` by default) snippet might
4141
look like something like this:
4242

4343
```
4444
Host *.ops.jquery.net
45-
# Use a file with the host key (from above), or the full list of all
45+
# Use a file with the CA key (from above), or the full list of all
4646
# the host keys. Don't trust any other keys.
4747
UserKnownHostsFile ~/.ssh/known_hosts.d/jquery
4848
StrictHostKeyChecking yes

0 commit comments

Comments
 (0)