- README: Man page format (BSD style)
- README.md: Minimal markdown (GitHub)
Follows Unix documentation philosophy:
- Concise and dense
- No marketing fluff
- Information over presentation
- Reference manual style
Inspired by original Unix manuals and BSD docs.
- Implement SSH server using libssh for secure connections
- Replace insecure telnet with encrypted SSH protocol
- Add automatic terminal size detection via PTY requests
- Support dynamic window resize (SIGWINCH handling)
- Fix UI display bug by using SSH channel instead of fd
- Update tui_clear_screen to work with SSH connections
- Add RSA host key auto-generation on first run
- Update README with SSH instructions and security notes
- Add libssh dependency to Makefile with auto-detection
- Remove all telnet-related code
Security improvements:
- All traffic now encrypted
- Host key authentication
- No more plaintext transmission