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 /operating-systems/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 'operating-systems/linux/ssh_root_login.sh')
-rw-r--r-- | operating-systems/linux/ssh_root_login.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/operating-systems/linux/ssh_root_login.sh b/operating-systems/linux/ssh_root_login.sh deleted file mode 100644 index fdcdcf8..0000000 --- a/operating-systems/linux/ssh_root_login.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -grep -E "PermitRootLogin" /etc/ssh/sshd_config |