From 3d44a08c53cc9280b33e83fcec8766cb513da126 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Tue, 18 Oct 2016 21:02:10 +0100 Subject: [PATCH] elements: runtime-ssh-host-keys: Add openssh-client mapping for SUSE The SUSE 'openssh' package contains the openssh client. Change-Id: Ic1da63b6c62158b128d44ac48a0657d5d7c53f67 --- elements/runtime-ssh-host-keys/pkg-map | 3 +++ 1 file changed, 3 insertions(+) diff --git a/elements/runtime-ssh-host-keys/pkg-map b/elements/runtime-ssh-host-keys/pkg-map index ce9fd939..79312403 100644 --- a/elements/runtime-ssh-host-keys/pkg-map +++ b/elements/runtime-ssh-host-keys/pkg-map @@ -5,6 +5,9 @@ }, "gentoo": { "openssh-client": "" + }, + "suse": { + "openssh-client": "openssh" } } }