How the ssh signal is propagated and realized in paramiko?

42 Views Asked by At

I am currently using django and vue to develop a web page to connect to the command line of a remote host. I would like to know how to implement the function of reviewing input commands, such as prohibiting users from operating on the network or disk.web terminal

The module I use is invoke_shell(), It seems that it can only capture the typing of the keyboard, and then directly interact with the remote host. When I press the up key, the content of the previous command is directly displayed on the front end, and the content of this command is currently not found in the back end.

0

There are 0 best solutions below