SSH terminal using JS, HTML5 and PHP

I'm looking for a solution like GateOne that I could install on a server that supports PHP, for which I don't have an ssh connection. It also supports Python, but I can't do anything on it without actually accessing SSH. This means that it should work just by dropping it into a folder.

I saw the JavaScript client client (or JS + PHP) , but the solutions look outdated.

For example, I would like to be able to perform simple ln -s ./dir1 ./dir2to create a symbolic link.

+5
source share
2 answers

Finally it turned out that the codiad that I am now using has a more convenient way than phpshell. I made that decision. It also allows you to manage web projects, but I think that this is the most modern terminal available that does not need to be installed via the command line.

+5
source

I think you really do not want SSH. Perhaps you should try a simple php shell like http://phpshell.sourceforge.net/ if you really want to run non-interactive commands?

+6
source

All Articles