| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| NMLinux-1.6.1-x86_64.AppImage | 2026-06-25 | 96.9 MB | |
| nmlinux-1.6.1-py3-none-any.whl | 2026-06-25 | 429.4 kB | |
| README.md | 2026-06-25 | 652 Bytes | |
| v1.6.1 -- Fix SSH terminal remote echo source code.tar.gz | 2026-06-25 | 4.0 MB | |
| v1.6.1 -- Fix SSH terminal remote echo source code.zip | 2026-06-25 | 4.1 MB | |
| Totals: 5 Items | 105.4 MB | 0 | |
Fix
SSH terminal — remote echo restored. Keystrokes typed in the embedded SSH terminal were sent to the remote shell but never echoed back, so the keyboard appeared "dead" after login. nmlinux forced the local PTY echo off, and ssh propagated that "no echo" to the remote pty via its terminal modes (pty-req), stopping the remote shell from echoing input. Reproduced on a fresh Ubuntu 26.04 VM (recent OpenSSH applies these modes faithfully); older servers ignored them, which had masked the bug.
The terminal now keeps the PTY in normal mode (echo=True) and lets ssh manage echo, matching real terminal emulators. Documented as DT-14.