[zeromq-dev] ZMQ over SSH via PHP

zmq-list at zerocue.com zmq-list at zerocue.com
Sun Apr 15 01:28:47 CEST 2012


I'm new to the zeromq project and am excited to use it for a new project.
I'm looking to find a way to provide for encrypted communication and was
considering SSH.  Is there a cookbook method for doing this through PHP?

 

I've tried using the ->connect() with a standard PHP SSH wrapper such as:
"ssh2.tunnel://user@host:22/127.0.0.1:5000" but I get protocol not
supported.  I expect this is because the php extension to zmq tells zmq to
open the socket its-self which would be bypassing the PHP standard streams,
is that right?

 

Is there any known way to accomplish secure connections?  I can't rely on
"local security" as we have a trust-nothing approach to our infrastructure,
even internally.

 

Thanks,

 

-Clint

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20120414/096ba051/attachment.htm>


More information about the zeromq-dev mailing list