Giter VIP home page Giter VIP logo

Comments (4)

stuicey avatar stuicey commented on May 26, 2024

Are you positive you've used the forked version of wsproxy? I know its fumbled a couple people in the past where they've used the normal version.

All wsproxy does is provide a multiplex bridge between websocket connections and raw sockets. So you could write your own java implementation of this pretty easily. It would just need to be able to convert ws://example.com:5999/10.0.0.1:22 to tcp://10.0.0.1:22. Additionally the current implementation converts to & from base64 (though this could be removed).

On the back of your security concerns, SSHy is an end-to-end encrypted system. So running it over WSS doesn't give much benefit on your SSH session. I do understand the desire though when you would get some useful features from HTTPS.

from sshy.

dougreed avatar dougreed commented on May 26, 2024

from sshy.

stuicey avatar stuicey commented on May 26, 2024

Odd then, I would expect 'String contains an invalid character' to come out if you were using the other version. Do you get anything if you try console.log(e.data) instead of using JSON.stringify()?

I'm happy to provide best endeavors support for this but if you're seeking professional services then we should drop to email or IM.

from sshy.

dougreed avatar dougreed commented on May 26, 2024

from sshy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.