mirror of
https://github.com/m8tin/cis.git
synced 2026-06-02 14:56:58 +02:00
further checks
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
getent group ssh_login > /dev/null \
|
||||||
|
&& exit 0
|
||||||
|
exit 1
|
||||||
+5
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
getent group ssh_login | grep -q jenkins \
|
||||||
|
&& exit 0
|
||||||
|
exit 1
|
||||||
Reference in New Issue
Block a user