diff --git a/docs/manual/inventory.md b/docs/manual/inventory.md index 65607b0c9..bb4bc0ed4 100644 --- a/docs/manual/inventory.md +++ b/docs/manual/inventory.md @@ -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-.conf" +```title="/etc/ssh/ssh_config.d/clab-[lab-name].conf" # Containerlab SSH Config for the srl lab + Host clab-srl-srl User admin - StrictHostKeyChecking=no + StrictHostKeyChecking=no UserKnownHostsFile=/dev/null ```