Re: SSH protocol and Javaspaces?
Dan Creswell <[email protected]>
| Newsgroups | gmane.comp.java.sun.javaspaces |
|---|---|
| Message-ID | <[email protected]> |
John W. F. Mcclain wrote: > Alexander Gayevoy wrote: > >>Hello, >> >> I'm new to JavaSpaces and I have some questions >>about the technology. I will be grateful if somebody >>can enlight me. Well, I'm working on a web project and >>it should be moved to the distributed model. I've >>studied Javaspaces basics and found most answers, but >>there is one I cannot find... >> Our application will consist of nodes in different >>parts of the world and we cannot trust to the media >>(:P). Is there any way to configure Javaspaces/Jini to >>exchange data encrypted by SSH protocol or similar >>between nodes? Where can I find any docs on this >>topic? > > > The 2.0 version of Jini introduced a security model > for Jini services. All of the Jini service implementations > in the 2.0 version of the starter kit, including Outrigger > (our implementation of JavaSpaces), support this > new security model. In the case of the services in > the starter kit the transport is pluggable, the > starter kit includes TCP, HTTP, TLS (aka SSL), HTTPS, > and Kerberos based transports. > > Off the top of my head I don't know which of the > other spaces implementations have added support for > the Jini security model. > Seems like an implied question ;) Blitz supports JINI 2.0's security model and is in use with various companies using an SSL type setup. You can find a basic guide for configuring SSL etc at: v2getsmart.jini.org Hope that helps, Dan. =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff JAVASPACES-USERS". For general help, send email to [email protected] and include in the body of the message "help". To view past JAVASPACES-USERS postings, please see: http://archives.java.sun.com/archives/javaspaces-users.html JDC members can download the JavaSpaces(tm) Technology from: http://developer.java.sun.com/developer/products/jini/