summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorBrett Holman <bpholman5@gmail.com>2022-04-19 17:14:43 -0500
committerGitHub <noreply@github.com>2022-04-20 00:14:43 +0200
commit437cb0a01bc3f8758caa7b87dcd077c101a55675 (patch)
treee46987db256e9ac59316853dcb7558f72cf187c8 /packages
parentb80d6d14d1c777e1d2c10a89d5f01d85d4ed9484 (diff)
downloadcloud-init-git-437cb0a01bc3f8758caa7b87dcd077c101a55675.tar.gz
declare dependency on ssh-import-id (#1334)
Add ssh-import-id as a suggested package dependency for debs
Diffstat (limited to 'packages')
-rw-r--r--packages/debian/control.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/debian/control.in b/packages/debian/control.in
index 72895b47..7cded051 100644
--- a/packages/debian/control.in
+++ b/packages/debian/control.in
@@ -14,6 +14,7 @@ Depends: ${misc:Depends},
iproute2,
isc-dhcp-client
Recommends: eatmydata, sudo, software-properties-common, gdisk
+Suggests: ssh-import-id
Description: Init scripts for cloud instances
Cloud instances need special scripts to run during initialisation
to retrieve and install ssh keys and to let the user run various scripts.