javascript - Google Chrome app: Any SSH/SFTP JS libraries? -


i've been going through samples google chrome extension/app development , liked of them. telnet client example here: https://github.com/googlechrome/chrome-app-samples/tree/master/samples/telnet

is there library/source can use google chrome ssh client?

two years ago, tried find ssh/sftp javascript library, however, not find libraries. therefore, created app libssh2. is, created nacl module c++ use libssh2 c library. also, created sftp client nacl module libssh2 library well.

and, can refer source code of ssh client app.

probably, difficult calculate encryption/decryption ssh2 negotiation protocol javascript...


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -