DEV Community

Discussion on: The Power of Pure HTTP – screen share, real-time messaging, SSH and VNC

Collapse
 
cubiclesocial profile image
cubiclesocial

For SSH in the browser, yes, it is possible to use SSH keys. I support both methods in File Tracker:

file-tracker.cubiclesoft.com/

It uses a combination of (WebSocket-based):

github.com/cubiclesoft/php-app-ser...

And the beta async support from:

github.com/cubiclesoft/php-ssh

To provide two-way, async communication with a SSH host.