SSH thru MTSMC-G2-IP
- This topic has 0 replies, 1 voice, and was last updated 11 years, 8 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Tagged: ssh dropbear tty
Hello,
I have a MTSMC-G2-IP socket modem connected to an embedded linux system.
I can connect to the cell network and listen for an incoming tcp/ip connection. I can then use Hyperterminal (using a winsock) to make a tcp/ip connection to the modem.
My embedded linux system has dropbear ssh server running on it. I can access it using a ssh client through the ethernet connection.
What I would like to do is to use the ssh client to connect to the MTSMC-G2-IP modem and have it pass data thru to the dropbear server.
I believe that somehow I need to pass data received on the linux tty (serial port) to the ssh port of the dropbear server. It seems like I should not be the first person to run into this. Yet, Google has not given me any hints on how to go about this. Do you have any suggestions?
Best regards,
Rick