In mosh_client.html, the same port number field is used for both ssh and mosh modes. This causes confusion since the last port number used will be remembered and filled in, and if that was in mosh mode, it will lead the user to do an ssh connection on a weird port (e.g., 60001).
Break this into two separate fields, which are separately remembered.
In
mosh_client.html
, the same port number field is used for both ssh and mosh modes. This causes confusion since the last port number used will be remembered and filled in, and if that was in mosh mode, it will lead the user to do an ssh connection on a weird port (e.g., 60001).Break this into two separate fields, which are separately remembered.