Search found 4 matches

by bhoffmann
2018/07/06 20:56:45
Forum: CentOS 7 - Security Support
Topic: SSH 2-Factor Auth required for select users
Replies: 2
Views: 1122

Re: SSH 2-Factor Auth required for select users

Hello,

You can achieve this by using the "Match" directive in sshd_config then restarting the sshd service.

Code: Select all

Match Group linuxsa
     AuthenticationMethods publickey,password
Anyone in the linuxsa group will need to have both before they will authenticate using ssh.

Hope this helps.
by bhoffmann
2018/07/06 20:23:56
Forum: CentOS Social
Topic: CentOS at Enterprise Company
Replies: 5
Views: 4577

Re: CentOS at Enterprise Comapany

We have roughly 7,000 Linux images in our enterprise, most are RHEL, but we have begun deploying CentOS in certain areas, mainly our Hadoop data nodes. Managing both CentOS and RHEL has not been much of a chore, it has been relatively easy to keep the versions in sync with one another when we build ...
by bhoffmann
2018/07/06 19:55:51
Forum: CentOS 6 - Hardware Support
Topic: Hardware certification backward compatibility
Replies: 2
Views: 5066

Re: Hardware certification backward compatibility

I agree. If the hardware is from an enterprise vendor, they will generally provide a support matrix, however that is not always accurate. For example, we recently certified the HP ProLiant DL380 Gen 10, which HP stated was fully supported on EL7.3. During the certification process, it was noted that...