search for: groupo

Displaying 5 results from an estimated 5 matches for "groupo".

Did you mean: groups
2016 Jul 09
2
SSH multi factor authentication
...raphrase making it single factor authentication. It's not merely possible. It's popular, and nearly inevitable. And unless you can enforce use of a designated public key on the server side, for example by breaking ownership checks and making the file and directories owned by root with user groupo access, or by auto-replacing $HOME/.ssh/authorized_keys, well, the user can replace the key at whim with their own insecure key. And most users *will* follow the default ssh-keygen behavior and use no passphrase whatsoever. That's been a problem since.... 1995, when SSH-1 was first written by...
2005 Apr 07
1
Time to give back, Samba LDAP with FreeRadius
...pping = ${raddbdir}/ldap.attrmap ldap_connections_number = 5 # password_header = "{clear}" # password_attribute = userPassword # groupname_attribute = cn # groupmembership_filter = "(|(&(objectClass=GroupOfNames)(member=%{Ldap-UserDn}))(&(objectClass=GroupOfUniqueNames)(uniquemember=%{Ldap-UserDn})))" # groupmembership_attribute = radiusGroupName timeout = 4 timelimit = 3 net_timeout = 1 # compare_check_items = y...
2016 Jul 04
2
SSH multi factor authentication
On Sun, 3 Jul 2016, Stephen Harris wrote: > On Sun, Jul 03, 2016 at 09:19:43PM -0500, Bruce F Bading wrote: > > One, the Google Authenticator (OTP authentication). > > On its own, this is not 2FA. It's single factor ("something you > have"). > > A combination of Google Authenticator _and_ password is 2FA. This is > easy to do with PAM. Agreed >
2016 Jul 09
2
SSH multi factor authentication
On Sat, Jul 9, 2016 at 10:30 AM, Ben Lindstrom <mouring at eviladmin.org> wrote: > You'd do this by either moving the authorized_keys to another a root owned > location using "AuthorizedKeysFile" (e.g. AuthorizedKeysFile > /etc/ssh/keys/authorized_keys.%u). Or you use "AuthorizedKeysCommand" and > put the keys into a "database" to reference
2020 Jan 15
16
[PITCH] Improvements to LLVM Decision Making
Hi Everyone, Numerous people have been bringing up challenges with consensus driven decision making in the LLVM community. After considering this and seeing the frustrations it is causing many people, I think we should make a formal process change to help improve decision making going forward. Here is the outline of the draft proposal