Send commands to a remote ssh server from my website form
问题 I want to create a website that users can fill a form, and then I send those parameters to a remote ssh server to issue a python script. Example, in my webpage, the form contains input text, para1, para2, para3, etc.. After the user clicks submit, it should be able to send a command to remote ssh server terminal "python para1, para2, para3,....." What kind of technique that I need to solve this problem?? Thank you. 回答1: You can create a Web application using Flask Framework and then use the