0

My need is this: build a async-function-supported ssh server, which is running in the background as the server. Users can get access to it by ssh xxx@xxx.xxx.xxx.xxx, and then they will enter something like the Python IDLE(client), where they input something, press enter, and the client will send this line to the server, the server parse this line, do some caculation and send it back to the client. On the client, if the user press up or down, the shell will show the historical commands. If the user press tab, the shell will autocomplete the commands. These features should be supportted no matter if the user is ssh-ing under Windows, Mac OS or Linux. Based on my research, the asyncssh, asyncclick and click_shell does some part of the functionality, but not all. Can anyone show how to combine them? Or should I just abandon this idea and just use asyncssh and create from scratch?

Ron
  • 21
  • 2

0 Answers0