Closed afourmy closed 6 years ago
Add support for webssh2: https://github.com/billchurch/WebSSH2 Two options:
Additional suggestions: https://github.com/stuicey/SSHy (Very little configuration/overhead) https://github.com/liftoff/GateOne (Feature rich but requires running a python proxy as with WebSSH2)
I would like this feature too. Here are some observations:
@paultech this is done, and I updated the doc here : https://enms.readthedocs.io/en/develop/objects/webssh.html
I use GoTTY for the implementation.
Right now, the SSH connection to a device only works on Windows as it uses subprocess.Popen to call Putty.exe. With Unix, the ssh command must be called with subprocess.Popen or subprocess.call.
If eNMS is installed on a jump server, the SSH connection should also work if X11 forwarding / Xming is enabled on the SSH connection to the jump server.