On Thu, 19 Apr 2018, Robin O'Leary wrote:
That would be me. As a long-time follower of the project, but first-time user of an actual OVMS device, I would say my "getting started" experience was very good; mostly plusses, with few minuses (and some of those seemed to go away later without my intervention): [snip] + Connected OK with 'ssh admin@192.168.4.1' [snip] - 'ssh admin@NEWIP' connects, but then immediately closes the connection.
As the implementer of the ssh functionality, I'd like to know more about what happened here. Does ssh still immediately close the connection? If so, can you try 'ssh -v admin@NEWIP' and report back the output? On the v3.0 hardware with limited RAM, the connection closes immediately because the DH handshake fails due to a memory allocation failure. But with v3.1 hardware there is plenty of RAM. -- Steve