Skip to content

Commit 1f9a772

Browse files
committed
Give ssh config a title and use plain text lexer
1 parent 942d292 commit 1f9a772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/internet-access.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ An example is cloning git repositories from GitHub over SSH.
3030
Cloning over https works without additional configuration.
3131
To make SSH use the proxy server, add the following to your `~/.ssh/config` file:
3232

33-
```bash
34-
Match Host *,!148.187.0.0/16,!192.168.0.0/16,!172.16.0.0/12,!10.0.0.0/8 exec "hostname -I | grep -vqF 148.187."
33+
``` title="~/.ssh/config"
34+
Match Host *,!148.187.0.0/16,!192.168.0.0/16,!172.16.0.0/12,!10.0.0.0/8exec "hostname -I | grep -vqF 148.187."
3535
ProxyCommand nc -X connect -x proxy.cscs.ch:8080 %h %p
3636
```
3737

0 commit comments

Comments
 (0)