If you have a critical machine like your team’s CI server that runs on Linux, so you don’t want every members in your group to access it.
Modifying this setting /etc/security/access.conf
on Linux can do it.
How to setup
I commented out the access settings for TEAM A, and add some user accounts can access.
#+ : (SRV_WW_TEAM_A_CompAdmin) : ALL |
Be careful not to restrict everyone including yourself.
It would be best to allow several people can also access it to prevent any issues to log in with your account or you leave the organization.
Let’s test
Then when I try to use another account not in the list to access this machine and the connection shows closed.
$ ssh test@devciserver.organization.com |
转载本站文章请注明作者和出处,请勿用于任何商业用途。欢迎关注公众号「DevOps攻城狮」