billchurch / webssh2

Web SSH Client using ssh2, socket.io, xterm.js, and express. webssh webssh2
MIT License
2.36k stars 536 forks source link

Jumpserver connection how-to #349

Open fastrouter opened 1 year ago

fastrouter commented 1 year ago

Is there a command or some form of connection like jumpserver on the same principle as using the command: ssh -J usuario@jump-server-ip:35132 -p 8772 usuario@equipamento-remoto-ip.

This in turn could be used with the post command, where the server would receive the command and execute it or directly in some server configuration. Is there such functionality or possibility?