FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
303 views 0 comments
by anonymous

I have a device connected to my Teltonika via LAN and I would like to access it via SSH. I have access to the CLI on my teltonika but everytime I try to SSH into my device I get this error:

 root@Teltonika-RUT950:~# ssh root@192.168.1.165

ssh: Connection to root@192.168.1.165:22 exited: No auth methods could be used.

What can I do in order to gain access to my device via SSH? I noticed that the teltonika is running a Dropbear SSH client, is that the reason I am running into issues? Could I install OpenSSH instead on the teltonika can gain access that way?

What are my options? 

Thank you 

1 Answer

0 votes
by anonymous

Hello,

Yes, dropbear's ssh has limited crypto abilities install openssh-client, not sure you'll not run into library compatibility issues however.

opkg update
opkg install openssh-client openssh-client-utils

Regards,