diff --git a/bootstrapvz/common/tasks/ssh.py b/bootstrapvz/common/tasks/ssh.py index f83db8a..f094b54 100644 --- a/bootstrapvz/common/tasks/ssh.py +++ b/bootstrapvz/common/tasks/ssh.py @@ -51,7 +51,7 @@ class DisableSSHPasswordAuthentication(Task): class EnableRootLogin(Task): - description = 'Disabling SSH login for root' + description = 'Enabling SSH login for root' phase = phases.system_modification @classmethod