Stars: 164
Forks: 55
Pull Requests: 3
Issues: 15
Watchers: 7
Last Updated: 2022-06-28 09:22:09
PHP Web Client to connect by SSH to another servers | New project at https://github.com/roke22/Laravel-ssh-client
License: MIT License
Languages: PHP, HTML
https://github.com/roke22/Laravel-ssh-client
Cliente Web SSH2 en PHP que usa websockets para conectar a otros servidores por SSH con el cliente web.
Necesitas tener activadas libssh2 instalado en el servidor y hospedarlo en un servidor linux, puedes comprobar libssh2 con "phpinfo()" mas informacion en http://php.net/manual/en/book.ssh2.php
NOTA: Puedes cambiar el tamaño de la consola modificando las constantes ROWS y COLS en Servidorsocket.php pero tambien debes modificarlos en el index.html, en caso de ser diferente no dibujara correctamente la informacion en la terminal web.
Cliente Web SSH2 esta bajo la licencia MIT, mas informacion en https://opensource.org/licenses/mit-license.php
SSH2 Web Client that use php and websockets to connect to a SSH server by a webclient.
You need to have libssh2 installed in your server and host the project on a linux server, you can check libssh2 with a "phpinfo()" more info at http://php.net/manual/en/book.ssh2.php
NOTE: You can change the size of the terminal modifying the constants ROWS and COLS in Servidorsocket.php but you have to do in index.html too. Must be the same size in both files or the web terminal will draw the information in a bad way.
SSH2 Web Client is under MIT license, more info at https://opensource.org/licenses/mit-license.php