summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-08-03 09:20:58 +0300
committerLars Wirzenius <liw@liw.fi>2022-08-03 09:20:58 +0300
commit17b69932312ab05d311008065373194f3bb953de (patch)
tree26d51bdb53ecb5469835e646b9a336be1a9ab06f /roles
parent025f29b350eae4e13ef30c1513c3705ab56b09fa (diff)
downloaddebian-ansible-17b69932312ab05d311008065373194f3bb953de.tar.gz
fix: typo in sshd/README
Sponsored-by: author
Diffstat (limited to 'roles')
-rw-r--r--roles/sshd/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/sshd/README b/roles/sshd/README
index 570f742..4b155c8 100644
--- a/roles/sshd/README
+++ b/roles/sshd/README
@@ -17,7 +17,7 @@ To use, define variables below:
- `sshd_port`---the port where the SSH server should listen
- rationale: on public-facing servers, the default port gets tons of
login attempts by attackers trying to guess passwords
-- `ssh_user_ca_pub`---the public keys of the SSH CAs trusted to
+- `sshd_user_ca_pub`---the public keys of the SSH CAs trusted to
certify users
- rationale: using a user CA removes the need to maintain, or have,
`authorized_keys` files