From 437cb0a01bc3f8758caa7b87dcd077c101a55675 Mon Sep 17 00:00:00 2001 From: Brett Holman Date: Tue, 19 Apr 2022 17:14:43 -0500 Subject: declare dependency on ssh-import-id (#1334) Add ssh-import-id as a suggested package dependency for debs --- packages/debian/control.in | 1 + 1 file changed, 1 insertion(+) (limited to 'packages') 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. -- cgit v1.2.1