- Status Unconfirmed
- Percent Complete
- Task Type Bug Report
- Operating System Release 1 (Zaxxon)
- Priority Very Low
- Reported Version Current one
FS#218 - nc (netcat) can't create tcp connections
Zaxxon Hotfix 5.
Example (dropbear is running):
------------------------
~# nc -vvvv localhost 22
Notice: Real hostname for localhost [127.0.0.1] is localhost.localdomain
Total received bytes: 0
Total sent bytes: 0
~# telnet localhost 22
SSH-2.0-dropbear_0.51
------------------------
All required libraries seem present, strace output is inconclusive.