Hi @sitloongs
Sorry, I think I may have confused something here.
Let use an example:
I have a cisco router with a RS232 OOB management port.
I have a BR1 M2M with IP address 1.1.1.1
I connect the BR1 M2M’s UART port to the Cisco RS232 device
I configure the RS232 connection settings on the BR1 and then enable Server mode for the connection. as per: Connecting a serial device to the IP network with Pepwave MAX
From my laptop then I can open a terminal window and Telnet to the BR1 M2M on the 1.1.1.1 ip address, and i will be able to issue commands to the cisco router. This ip communication though is un-encrypted and as such could be sniffed by devices between the m2m and the laptop.
What i am asking for is to replace the Telnet part with SSH so the communication between my laptop and the BR1 M2M is encrypted.
For the actual project though we want to use the client mode and have the BR1 connect to a server acting as a SSH server to then allow the server to communicate with the serial connected device. .
thanks
James