Could be possible to add port selection for Telnet/SSH client when it is called from Winbox ?
In addition, "Last Telnet/SSH sessions" would be a plus. Like a drop down menu that "remembers", user's last 10 sessions with their options.
/system ssh <address> port=<##> user=<name>
/system telnet <address> <port>
Yes I know that way, but I would like to be possible via Winbox.You can do it from the terminal:But in winbox you can't even use <address>:<port>.Code: Select all/system ssh <address> port=<##> user=<name> /system telnet <address> <port>
It also has trouble connecting to IPv6 addresses.