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
260 views 1 comments
by anonymous
Hi,

We achieved in accessing a RUT240 modem from a Linux server via ssh, keyless.

However, when we try to do it the other way round, i.e accessing a Linux server from the modem we are having issues around the key.

is there some kind of procedure/steps that need to be followed to achieve this?

Rgds,

1 Answer

0 votes
by anonymous

Hello,

Thank you for contacting.

Could you please check on top right corner or webui what firmware are you using ?

Have you tried upgrading to the latest ?

Its highly recommended to upgrade.

For the modem access its working fine. Now if you want to access the server from modem(Outside server network) there are no configurations for that on Rutxx device. All configurations will be done on the Linux server side. 

If you want to access the linux server that is connected to the Rutxx modem from any remote location . You need to do a simple port forwarding .If it supports ssh or http protocol. 

Same could also be done with RMS:

https://teltonika-networks.com/product/rms/

Its supporting VNC,RDP, HTTP(S) and SSH protocols. VNC is a protocol supported by Linux. 

It would be better if you provide me with more details:

Like both devices are on same network or different ?

How everything is connected in case to access the linux machine from Teltonika router ?

What are ports and IP's on both the devices ?

Can you draw a network topology for your scenario for my understandings ?

Thanks.

Regards,

Ahmed

by anonymous

Hello,

The default ssh from busybox handles only a limited set of encryption algorithms, to access a Linux server from a RUT240 you need the full-featured openssh-client. You can add it with:

opkg update
opkg install openssh-client

Regards,