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!