From a4ad423b5332f65409c79b58c025ce1281dc080d Mon Sep 17 00:00:00 2001 From: felixfontein Date: Thu, 22 Jun 2023 19:03:14 +0000 Subject: [PATCH] deploy: 9d505ce903d1850b0115ef2b3549d8ef889bcd5f --- branch/main/docsite/ssh-guide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.