Disable SSH password auth on GCE

This change was unintentional but occurred as part of GCE's transition
from build-debian-cloud to bootstrap-vz.

Might be replaced later with a similar change that applies to all
bootstrap-vz providers, based on the opinion of the debian-cloud list.

Change-Id: I72a694c49f32df06252d9cc01b1d5c7cfc015347
This commit is contained in:
Jimmy Kaplowitz 2014-08-13 11:51:50 -07:00
parent a449990756
commit 89e1a701eb

View file

@ -40,6 +40,7 @@ def resolve_tasks(taskset, manifest):
tasks.boot.ConfigureGrub,
initd.InstallInitScripts,
ssh.AddSSHKeyGeneration,
ssh.DisableSSHPasswordAuthentication,
tasks.apt.CleanGoogleRepositoriesAndKeys,
loopback.MoveImage,