[opensc-devel] Announcing debugging server and asking for advice

2012-05-29 Thread Jean-Michel Pouré - GOOZE
Dear all, As part of the preparation work to reorganize and give more power to the community at large, we are happy to announce that we are setting up a debugging server for OpenSC. This is not the QA farm, as QA an automated testing tool. The aim of the debugging server is to give OpenSC main d

Re: [opensc-devel] Docs/Specs on ACLs / security attributes?

2012-05-29 Thread Nguyễn Hồng Quân
Hi Peter I have just implemented a thing related to ACL for OpenPGP. Is it similar to what you want? https://github.com/hongquan/OpenSC-OpenPGP/commit/5a3fb311409fe71b82336ec29b586ae713a7b9e8 On 05/28/2012 09:31 PM, Peter Marschall wrote: > Hi, > > On Monday, 28. May 2012, Martin Paljak wrote: >>

Re: [opensc-devel] Announcing debugging server and asking for advice

2012-05-29 Thread Peter Stuge
Jean-Michel Pouré - GOOZE wrote: > * If possible, I would like to restrict the number of concurrent > sessions in OpenSSH an set it to one. There should be no idle session. > If someone is already connected doing debugging, OpenSSH should reject > connection. This is the most tricky part of the set

Re: [opensc-devel] Announcing debugging server and asking for advice

2012-05-29 Thread Jean-Michel Pouré - GOOZE
Le mardi 29 mai 2012 à 13:49 +0200, Peter Stuge a écrit : > > You can modify sshd a little or use some PAM module which I'm sure > can implement this policy. > > For sshd you can start by setting MaxSessions to 1, but there's no > MaxAuthenticatedSessions setting. Be careful with MaxStartups, or

Re: [opensc-devel] Announcing debugging server and asking for advice

2012-05-29 Thread Peter Stuge
Jean-Michel Pouré - GOOZE wrote: > > You can modify sshd a little or use some PAM module which I'm sure > > can implement this policy. > > > > For sshd you can start by setting MaxSessions to 1, but there's no > > MaxAuthenticatedSessions setting. Be careful with MaxStartups, or > > it becomes ver