Page 1 of 1

SSH login

Posted: Tue Dec 04, 2018 3:40 pm
by neshafee
How to define ssh version in Mikrotik

Re: SSH login

Posted: Tue Dec 04, 2018 8:50 pm
by sebastia
Not sure what you mean? The ssh server version mikrotik uses is v2.

Re: SSH login

Posted: Tue Dec 04, 2018 9:33 pm
by anav
Do you mean this...........

More Secure SSH access
RouterOS utilises stronger crypto for SSH, most newer programs use it, to turn on SSH strong crypto:

/ip ssh set strong-crypto=yes

Re: SSH login

Posted: Wed Dec 05, 2018 8:56 am
by neshafee
Ok fine. Thanks for your reply. So how can I find out the SSH version.

Re: SSH login

Posted: Wed Dec 05, 2018 12:03 pm
by normis
what version?

Re: SSH login

Posted: Wed Dec 05, 2018 12:10 pm
by baragoon
Ok fine. Thanks for your reply. So how can I find out the SSH version.
Already answered, Protocol version is 2
vmunix ~ $ telnet hex 22
Trying 1xx.xx.xx.xx...
Connected to hex.
Escape character is '^]'.
SSH-2.0-ROSSSH
^]
telnet> Connection closed.

Re: SSH login

Posted: Wed Dec 05, 2018 12:19 pm
by normis
No, this is RouterOS insternal app version :-D

What do you want to know specifically ?