blob: a58331986a5426d5c0882997c0c24df3dbec19f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# ec2-preconf-ssh-keys
#
# Download preconfigured ssh-keys for EC2.
description "Download preconfigured ssh keys"
start on (cloud-config and local-filesystems)
console output
task
exec cloud-init-cfg config-ssh
|