mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Merge pull request #317 from zmarano/upstream
Disable SSH root login on GCE images.
This commit is contained in:
commit
6b7fa65fcf
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ def resolve_tasks(taskset, manifest):
|
|||
boot.UpdateInitramfs,
|
||||
ssh.AddSSHKeyGeneration,
|
||||
ssh.DisableSSHPasswordAuthentication,
|
||||
ssh.DisableRootLogin,
|
||||
tasks.apt.CleanGoogleRepositoriesAndKeys,
|
||||
|
||||
image.MoveImage,
|
||||
|
|
Loading…
Add table
Reference in a new issue