diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-05-06 19:13:30 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-05-06 19:13:30 -0500 |
commit | 0213394cf7f59b1c5960b23f7373cd416c0becda (patch) | |
tree | a1e0332da038661765056d763e928568b83e56ac /os/linux/ssh_root_login.sh | |
parent | 697ff3ad93cf0cda95f9f00fe90a4b8c54597cca (diff) | |
download | audit-tools-0213394cf7f59b1c5960b23f7373cd416c0becda.tar.gz audit-tools-0213394cf7f59b1c5960b23f7373cd416c0becda.tar.bz2 audit-tools-0213394cf7f59b1c5960b23f7373cd416c0becda.zip |
rename os dir
Diffstat (limited to 'os/linux/ssh_root_login.sh')
-rw-r--r-- | os/linux/ssh_root_login.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/os/linux/ssh_root_login.sh b/os/linux/ssh_root_login.sh new file mode 100644 index 0000000..fdcdcf8 --- /dev/null +++ b/os/linux/ssh_root_login.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +grep -E "PermitRootLogin" /etc/ssh/sshd_config |