Disable SSH root login on GCE images.

This commit is contained in:
Zach Marano 2016-04-18 13:31:37 -07:00
parent 9e332b2f86
commit f1d6cd9d9e

View file

@ -46,6 +46,7 @@ def resolve_tasks(taskset, manifest):
boot.UpdateInitramfs,
ssh.AddSSHKeyGeneration,
ssh.DisableSSHPasswordAuthentication,
ssh.DisableRootLogin,
tasks.apt.CleanGoogleRepositoriesAndKeys,
image.MoveImage,