Open frank-w opened 6 years ago
It's rather impossible to use ssh on web-console
When Web Console executes command on the web server side, it is waiting for command result (output) and sends that result back to you. So, if your command is waiting for some input (like vi / vim) or executes something infinitely (like ping) you can't directly send input (or CTRL-C) to that kind of commands using Web Console. As alternative, you can use sed text editor (see sed website) or tools like Expect that will pass required input to that kind of commands.
Is is possible to add support for this?
hi,
i got webconsole running (same user as lighttpd=www-data)
now i try to connect to localhost via ssh:
tried with -v param to ssh:
it seems that the problem exists because it's not a real terminal...
any idea to get it working?
Regards Frank