Is it possible to connect to SSH using JavaScript?

后端 未结 4 968
自闭症患者
自闭症患者 2020-12-28 15:15

I know there is an implementation of VNC using WebSockets (http://novnc.com) but that still requires a server. I am looking to create a simple client-side JavaScript only (n

4条回答
  •  爱一瞬间的悲伤
    2020-12-28 15:48

    For those still searching, paramikojs could be the answer.

    I'm currently having a similar issue:I need a SSH JS client-side implementation, and I need it to be BSD licensed. Alas paramikojs seems to be GPL licensed.

提交回复
热议问题