We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f8ab03 commit c74ab29Copy full SHA for c74ab29
doc/access.md
@@ -37,12 +37,12 @@ completion.
37
38
## SSH configuration
39
40
-A minimal SSH configuration (`~/.ssh/config by default`) snippet might
+A minimal SSH configuration (`~/.ssh/config` by default) snippet might
41
look like something like this:
42
43
```
44
Host *.ops.jquery.net
45
- # 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
46
# the host keys. Don't trust any other keys.
47
UserKnownHostsFile ~/.ssh/known_hosts.d/jquery
48
StrictHostKeyChecking yes
0 commit comments