Re: [equinox-dev] keystores and signature recognition

2011-12-09 Thread Thomas Watson
I don't think you should have to provide the option osgi.signedcontent.support="runtime" to enable the BundleSignerCondition to work. My guess is there is something wrong with the condition you set and matching it to the signer you used to sign your bundles. If you are able to you should try step

[equinox-dev] keystores and signature recognition

2011-12-09 Thread Kapukaranov, Borislav
Hi, I've been trying Equinox's Conditional Permission Admin and can't get it to run with signed bundles. I've seen past threads in this ML but it seems a lot has changed, as most of the properties now have different names or ac

Re: [equinox-dev] Adding Support for authorized_keys to Equinox SSH Shell

2011-12-09 Thread Thomas Watson
Hi Gunnar, Thanks for the interest. I will let Lazar answer the more technical questions related to the SSH shell support and how support for SSH keys should be added. As to how or where you should work on this support: I suggest you fork the rt.equinox.bundles repo at github (https://github.co

Re: [equinox-dev] Adding Support for authorized_keys to Equinox SSH Shell

2011-12-09 Thread Gunnar Wagenknecht
Am 09.12.2011 09:14, schrieb Gunnar Wagenknecht: > I looked at the new Equinox SSH Shell today and I'd like to contribute > support for using SSH keys as an alternative to using the JAAS based > authentication. Filed: http://bugs.eclipse.org/366188 -Gunnar -- Gunnar Wagenknecht gun...@wagenknec

[equinox-dev] Adding Support for authorized_keys to Equinox SSH Shell

2011-12-09 Thread Gunnar Wagenknecht
Hi, I looked at the new Equinox SSH Shell today and I'd like to contribute support for using SSH keys as an alternative to using the JAAS based authentication. Are there any strong ideas about how such support should be added? What's the preferred model of working on this support? Is a GutHub for