diff --git a/docs/docsite/rst/network/user_guide/network_debug_troubleshooting.rst b/docs/docsite/rst/network/user_guide/network_debug_troubleshooting.rst index 1938c0bfd3f..7323d487c09 100644 --- a/docs/docsite/rst/network/user_guide/network_debug_troubleshooting.rst +++ b/docs/docsite/rst/network/user_guide/network_debug_troubleshooting.rst @@ -618,7 +618,7 @@ Example ssh config file (~/.ssh/config) .. code-block:: ini - Host junos + Host junos01 HostName junos01 User myuser @@ -627,8 +627,9 @@ Example ssh config file (~/.ssh/config) Example Ansible inventory file .. code-block:: ini + [junos] - junos + junos01 [junos:vars] ansible_connection=netconf @@ -636,6 +637,7 @@ Example Ansible inventory file ansible_user=myuser ansible_ssh_pass=!vault... + .. note:: Using ``ProxyCommand`` with passwords via variables By design, SSH doesn't support providing passwords via environment variables.