diff --git a/ssh-adduser/ssh-adduser b/ssh-adduser/ssh-adduser index 2fdf1fa..a1de6cc 100644 --- a/ssh-adduser/ssh-adduser +++ b/ssh-adduser/ssh-adduser @@ -70,7 +70,7 @@ main() { echo "" echo " 'ssh-adduser' no longer checks or hardens /etc/ssh/sshd_config" echo "" - echo " Run 'sshd-probihit-password' to secure /etc/ssh/sshd_config" + echo " Run 'sshd-prohibit-password' to secure /etc/ssh/sshd_config" echo "" fi diff --git a/ssh-harden/README.md b/ssh-harden/README.md index 16ef259..1d30f44 100644 --- a/ssh-harden/README.md +++ b/ssh-harden/README.md @@ -1,6 +1,6 @@ --- title: SSH Prohibit Password -homepage: https://webinstall.dev/ssh-prohibit-password +homepage: https://webinstall.dev/sshd-prohibit-password tagline: | SSH Prohibit Password: Because friends don't let friends ssh with passwords linux: true @@ -8,9 +8,8 @@ linux: true ## Cheat Sheet -> Will check if your system This will check if your Modern SSH deployments are -> key-only and don't allow root login. However, there's a lot of legacy systems -> out there. +> Modern SSH deployments are key-only and don't allow root login. However, +> there's a lot of legacy systems out there. `ssh-harden` will diff --git a/sshd-prohibit-password/README.md b/sshd-prohibit-password/README.md index c6134f0..422321b 100644 --- a/sshd-prohibit-password/README.md +++ b/sshd-prohibit-password/README.md @@ -19,9 +19,8 @@ install: ## Cheat Sheet -> Will check if your system This will check if your Modern SSH deployments are -> key-only and don't allow root login. However, there's a lot of legacy systems -> out there. +> Modern SSH deployments are key-only and don't allow root login. However, +> there's a lot of legacy systems out there. `sshd-prohibit-password` will inspect `/etc/ssh/sshd_config` and