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
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:
>>
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
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
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