mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
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:
parent
a449990756
commit
89e1a701eb
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ def resolve_tasks(taskset, manifest):
|
|||
tasks.boot.ConfigureGrub,
|
||||
initd.InstallInitScripts,
|
||||
ssh.AddSSHKeyGeneration,
|
||||
ssh.DisableSSHPasswordAuthentication,
|
||||
tasks.apt.CleanGoogleRepositoriesAndKeys,
|
||||
|
||||
loopback.MoveImage,
|
||||
|
|
Loading…
Add table
Reference in a new issue