You would need to use a java ssh client, like jsch, here's a blog post in tunneling similar to the paramiko example benjamin posted:
http://www.beanizer.org/site/index.php/en/Articles/Java-ssh-tunneling-with-jsch.html -Michel On Fri, Feb 14, 2014 at 8:34 AM, artemv zmq <[email protected]> wrote: > hi benjamin, > > Interesting stuff ... Would you mind if I ask you more details of how you > accomplished that? (Im from java world and python is not clear much for me) > > Thanks in advance. > > > 2014-02-12 10:13 GMT+02:00 Benjamin Cordes <[email protected]>: > > just tested this and it works >> >> "Turns out it's disturbingly easy to tunnel 0MQ over ssh." >> >> https://gist.github.com/devdave/4371070 >> >> http://ominian.com/2012/12/24/0mq-zero-mq-over-ssh/ >> >> >> On Wed, Feb 12, 2014 at 5:22 AM, Pritesh Acharya < >> [email protected]> wrote: >> >>> Is zmq using ssh supported.I couldn't find anything such in the core >>> library. Is there a library to secure zmq connection using ssh encription? >>> -Pritesh >>> >>> _______________________________________________ >>> zeromq-dev mailing list >>> [email protected] >>> http://lists.zeromq.org/mailman/listinfo/zeromq-dev >>> >>> >> >> _______________________________________________ >> zeromq-dev mailing list >> [email protected] >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev >> >> > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
