We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47820f7 commit 79b37bcCopy full SHA for 79b37bc
netmiko/mikrotik/mikrotik_ssh.py
@@ -39,10 +39,10 @@ def _modify_connection_params(self) -> None:
39
c: disable console colors
40
e: enable dumb terminal mode
41
t: disable auto detect terminal capabilities
42
- w511: set term width
43
- h4098: set term height
+ 511w: set term width
+ 4098h: set term height
44
"""
45
- self.username += "+ctw511h4098"
+ self.username += "+ct511w4098h"
46
47
def disable_paging(self, *args: Any, **kwargs: Any) -> str:
48
"""Mikrotik does not have paging by default."""
0 commit comments