mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +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,
|
boot.UpdateInitramfs,
|
||||||
ssh.AddSSHKeyGeneration,
|
ssh.AddSSHKeyGeneration,
|
||||||
ssh.DisableSSHPasswordAuthentication,
|
ssh.DisableSSHPasswordAuthentication,
|
||||||
|
ssh.DisableRootLogin,
|
||||||
tasks.apt.CleanGoogleRepositoriesAndKeys,
|
tasks.apt.CleanGoogleRepositoriesAndKeys,
|
||||||
|
|
||||||
image.MoveImage,
|
image.MoveImage,
|
||||||
|
|
Loading…
Add table
Reference in a new issue