diff --git a/bootstrapvz/providers/gce/__init__.py b/bootstrapvz/providers/gce/__init__.py index 895a33d..1a7ece6 100644 --- a/bootstrapvz/providers/gce/__init__.py +++ b/bootstrapvz/providers/gce/__init__.py @@ -46,6 +46,7 @@ def resolve_tasks(taskset, manifest): boot.UpdateInitramfs, ssh.AddSSHKeyGeneration, ssh.DisableSSHPasswordAuthentication, + ssh.DisableRootLogin, tasks.apt.CleanGoogleRepositoriesAndKeys, image.MoveImage,