summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
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