Skip to content

Commit

Permalink
fix escaped char
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Nov 13, 2023
1 parent d8ffead commit 32c4aff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/manual/inventory.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,11 +246,12 @@ Example of exported data when using default `auto.tmpl` template:

To simplify SSH access to the nodes started by Containerlab an SSH config file is generated per each deployed lab. The config file instructs SSH clients to not warn users about the changed host keys and also sets the username to the one known by Containerlab:

```title="/etc/ssh/ssh_config.d/clab-<lab-name>.conf"
```title="<code>/etc/ssh/ssh_config.d/clab-[lab-name].conf</code>"
# Containerlab SSH Config for the srl lab
Host clab-srl-srl
User admin
StrictHostKeyChecking=no
StrictHostKeyChecking=no
UserKnownHostsFile=/dev/null
```

Expand Down

0 comments on commit 32c4aff

Please sign in to comment.