Skip to content

Commit 1336c30

Browse files
cpitrepatchback[bot]
authored andcommitted
Update platform_routeros.rst (#3097)
As user of the User Guide, when I go to the RouterOS platform page, and click on the Console login process link, it should open the RouterOS wiki page for Manual Console login process page. Current page does not. Seems like URLs on the wiki site was updated to: https://wiki.mikrotik.com/Manual:Console_login_process (cherry picked from commit a1c5d54)
1 parent 769fe18 commit 1336c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docsite/rst/network/user_guide/platform_routeros.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Example CLI ``group_vars/routeros.yml``
7070
- If you are using SSH keys (including an ssh-agent) you can remove the ``ansible_password`` configuration.
7171
- If you are accessing your host directly (not through a bastion/jump host) you can remove the ``ansible_ssh_common_args`` configuration.
7272
- If you are accessing your host through a bastion/jump host, you cannot include your SSH password in the ``ProxyCommand`` directive. To prevent secrets from leaking out (for example in ``ps`` output), SSH does not support providing passwords through environment variables.
73-
- If you are getting timeout errors you may want to add ``+cet1024w`` suffix to your username which will disable console colors, enable "dumb" mode, tell RouterOS not to try detecting terminal capabilities and set terminal width to 1024 columns. See article `Console login process <https://wiki.mikrotik.com/wiki/Manual:Console_login_process>`_ in MikroTik wiki for more information.
73+
- If you are getting timeout errors you may want to add ``+cet1024w`` suffix to your username which will disable console colors, enable "dumb" mode, tell RouterOS not to try detecting terminal capabilities and set terminal width to 1024 columns. See article `Console login process <https://wiki.mikrotik.com/Manual:Console_login_process>`_ in MikroTik wiki for more information.
7474
- More notes can be found in the :ref:`the community.routeros collection's SSH guide <ansible_collections.community.routeros.docsite.ssh-guide>`.
7575

7676
Example CLI task

0 commit comments

Comments
 (0)