elements: runtime-ssh-host-keys: Add openssh-client mapping for SUSE

The SUSE 'openssh' package contains the openssh client.

Change-Id: Ic1da63b6c62158b128d44ac48a0657d5d7c53f67
This commit is contained in:
Markos Chandras 2016-10-18 21:02:10 +01:00
parent 85354e5cd8
commit 3d44a08c53

View File

@ -5,6 +5,9 @@
},
"gentoo": {
"openssh-client": ""
},
"suse": {
"openssh-client": "openssh"
}
}
}