iI am new to this community , iI am working on my iot project in which my microcontroller is working as a server,taking taking data and executing request,my. My client is end device (mobile,tablet), i and I am using ssh, theconnecting through SSH.
The problem i am getting isappears if suddenly my internet gets off , then- the ssh session breaks off , and again i needI have to reconfigure byit using thisthis command ssh -o TCPKeepAlive=yes -R 80:192.145.47.33:80 [email protected]
ssh -o TCPKeepAlive=yes -R 80:192.145.47.33:80 [email protected] andAnd in a similar manner if the power of the server (microcontroller) gets trip off, then iI get the similar situation,. iI want that session should get automatically configured without manual intervention.