billchurch / webssh2

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

Jumpserver connection how-to #349

Open fastrouter opened 7 months ago

fastrouter commented 7 months 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?