i am trying to develop a browser based interface with node.js to execute commands on remote servers, same as PuTTY on browser. is there any library available or something for a reference?

有帮助吗?

解决方案

You might try ssh2 which is implemented in pure javascript for node.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top