diff --git a/branch/main/docsite/ssh-guide.html b/branch/main/docsite/ssh-guide.html index 3f30112..3cbd716 100644 --- a/branch/main/docsite/ssh-guide.html +++ b/branch/main/docsite/ssh-guide.html @@ -151,7 +151,7 @@
  • When using the community.routeros.command module module, make sure to not specify too long commands. Alternatively, add something like +cet512w to the username (replace admin with admin+cet512w) to tell RouterOS to not wrap before 512 characters in a line (see issue for details).

  • -
  • Finally, the ansible.netcommon.network_cli connection plugin uses paramiko by default to connect to devices with SSH. You can set its ssh_type` option to libssh to use ansible-pylibssh instead, which offers Python bindings to libssh. See its documentation for details.

  • +
  • Finally, the ansible.netcommon.network_cli connection plugin uses paramiko by default to connect to devices with SSH. You can set its ssh_type option to libssh to use ansible-pylibssh instead, which offers Python bindings to libssh. See its documentation for details.