Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 bsd 目标上运行了 telnet 服务器。我想从多台其他机器连接到这个目标。令人惊讶的是,它不允许更多的连接。
我检查了原因,发现它没有在循环中听(听)。所以,我有点修好了。但我想知道为什么 telnetd 代码一次保持单个连接有什么具体原因吗?(我只能从一个特定端口的客户端连接到 telnetd 服务器。)
(我知道 telnet 不是一个安全的选择。但我只是在小型嵌入式平台上玩得很开心,此时让事情正常运行比安全更重要。)
谢谢
Telnet 应该由inetd启动。您需要配置 inetd 来为您进行监听。
我链接到的维基百科文章解释了如何做到这一点。