我目前正在为我的大学开展一个项目。我们编写了一个CLI应用程序,现在想要呈现它。我想要的是目前的工作流程:
telnet 123.123.123.123
session connects with ANY username
our program starts user can interact with it
application exits or quits
user gets disconnected from the session
我现在搜索了很长一段时间,但在互联网上找不到任何东西。 如果它也是ssh,我也不会介意。
我试图将命令放入.bashrc但是会话不会以程序终止结束。我还在ssh中找到了key文件的命令参数,但是我必须知道密钥。
提前致谢
PS。:服务器是Ubuntu 12.04 Maschine
答案 0 :(得分:0)
好吧,我找到了一个解决方案。我刚刚编写了一个小节点应用程序,它充当了一个telnet服务器,其行为与我想要的完全一样。如果有人需要它:我已将其上传到我的github:https://github.com/dangrie158/TelnetDemoServer/