v0.11.1 — login works over SSH
moshcode login / /login now picks the device-code flow automatically on SSH and headless shells.
The loopback flow listens on 127.0.0.1 on the machine running the CLI, then asks a browser to redirect there. Over SSH that browser is on a different machine, so its 127.0.0.1 is the laptop's — the auth code was minted fine but landed nowhere, and login always timed out.
- auto-detects
SSH_CONNECTION/SSH_TTY, or Linux with noDISPLAY/WAYLAND_DISPLAY --browser(orMOSHCODE_LOGIN=browser) forces the old loopback flow--device(orMOSHCODE_LOGIN=device) still forces the code/loginand/whoamiare now listed in the TUI help