mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
oracle: fix SSH tasks
Add common group "ssh_group" (which disables password authentication, etc.) and disable root login.
This commit is contained in:
parent
2219e23ae4
commit
c7a7b523cf
1 changed files with 2 additions and 4 deletions
|
@ -16,14 +16,12 @@ def validate_manifest(data, validator, error):
|
|||
|
||||
def resolve_tasks(taskset, manifest):
|
||||
taskset.update(task_groups.get_standard_groups(manifest))
|
||||
taskset.update(task_groups.ssh_group)
|
||||
|
||||
taskset.update([loopback.AddRequiredCommands,
|
||||
loopback.Create,
|
||||
initd.InstallInitScripts,
|
||||
ssh.AddOpenSSHPackage,
|
||||
ssh.ShredHostkeys,
|
||||
ssh.AddSSHKeyGeneration,
|
||||
image.MoveImage,
|
||||
ssh.DisableRootLogin,
|
||||
volume.Delete,
|
||||
tasks.image.CreateImageTarball,
|
||||
tasks.network.InstallDHCPCD,
|
||||
|
|
Loading…
Add table
Reference in a new issue