Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ssh-adduser/ssh-adduser
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 3 additions & 4 deletions ssh-harden/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
---
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
---

## 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

Expand Down
5 changes: 2 additions & 3 deletions sshd-prohibit-password/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading