Skip to content

Commit

Permalink
doc: access: Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
supertassu committed Jun 9, 2024
1 parent 9f8ab03 commit c74ab29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/access.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ completion.

## SSH configuration

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

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

0 comments on commit c74ab29

Please sign in to comment.