rpwoodbu / mosh-chrome

Mosh for Chrome
GNU General Public License v3.0
372 stars 59 forks source link

Remember ssh and mosh port numbers separately #77

Closed rpwoodbu closed 9 years ago

rpwoodbu commented 9 years ago

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.