Hi guys,
I have problem with ssh on my router pc with version 4.17. When I want connect my script in C# to mikrotik, program return error that version of ssh is older (SSH 1.5).
But I have RB450 with 4.11 and it has ssh 1.99. With this a router I haven’t problem.
I’ll appreciate any help,
thanks!
MikroTik RouterOS v4.17 uses v1.99, you can see it from debug to router with v4.17
debug1: Remote protocol version 1.99, remote software version OpenSSH_2.3.0_Mikrotik_v2.9
RouterOS v5.x uses 2.0,
debug1: Remote protocol version 2.0, remote software version ROSSSH.
Make sure your system runs correct SSH version, you can run ssh -v x.x.x.x from x86 to check all debug information.