search for: pubkeydenyusers

Displaying 1 result from an estimated 1 matches for "pubkeydenyusers".

Did you mean: spubkeydenyusers
2002 Mar 28
1
[PATCH] Feature addition: user access control per auth method
I added a few features to openssh for my local use that I think would be more broadly useful. I basically added access control lists to control who would be allowed public key authentication. I added four config file entries for the server: PubkeyAllowUsers PubkeyDenyUsers PubkeyAllowGroups PubkeyDenyGroups These follow the same sematics as the already existing entries for allowing logins. So far I have this implemented for SSH2 pubkey auth, but I coded it to make adding corresponding entries for any auth method easy. I'd be happy to do so if this was desired...