From 15728b8036022bc750ec3e75a9c401cfbbb86fe3 Mon Sep 17 00:00:00 2001 From: felixfontein Date: Tue, 30 Jan 2024 05:20:25 +0000 Subject: [PATCH] deploy: d1401bdb58ab9bc4eac67241f14b09f4ead5c339 --- 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 f45ee46..a1a9e6b 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).

  • -
  • 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.

  • +
  • 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.

  • User is not allowed to login via SSH by password to modern Mikrotik if SSH key for the user is added!