Skip to content

Commit 7d69c64

Browse files
committed
[Doc] Added highlighting to some doc blocks
1 parent ad4d58c commit 7d69c64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/tutorials/local-ssh-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ user directory; for example `/Users/jane`).
3232

3333
**Step 2.** Add the configuration for the server using this format:
3434

35-
```
35+
```ini
3636
Host client1
3737
HostName 123.123.123.123
3838
User user1
@@ -52,7 +52,7 @@ Additional Config Options
5252
The above example used the `HostName`, `User` and `Port` options, but SSH config
5353
files can define a lot of other options. These are the most common:
5454

55-
```
55+
```ini
5656
Host client1
5757
# ...
5858

0 commit comments

Comments
 (0)