mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-16 13:46:42 +00:00
fix(docs): fix typos in sshd-prohibit-password, ssh-harden, and ssh-adduser
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user