summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorWilly Tu <wltu@google.com>2023-11-25 12:41:57 +0300
committerWilly Tu <wltu@google.com>2023-12-06 21:18:40 +0300
commitcd9c539f5c008b346cfcc362cff102cfb41ad686 (patch)
treed60b6fa9f2acb837c7ec221cfa5757b74d792c22 /meta-google
parent0f0c5b2ab433deb253cd123cfa7a4c9d22f758ea (diff)
downloadopenbmc-cd9c539f5c008b346cfcc362cff102cfb41ad686.tar.xz
meta-google: Remove ssh config for obmc-console
Google BMC does not use the ssh remote console feature. Disabling for security purpose. Change-Id: I130877be02303b5eeabd7496075f2fefc56bd91e Signed-off-by: Willy Tu <wltu@google.com>
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/recipes-phosphor/console/obmc-console_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-google/recipes-phosphor/console/obmc-console_%.bbappend b/meta-google/recipes-phosphor/console/obmc-console_%.bbappend
index 679d3222c1..af0fc30663 100644
--- a/meta-google/recipes-phosphor/console/obmc-console_%.bbappend
+++ b/meta-google/recipes-phosphor/console/obmc-console_%.bbappend
@@ -10,6 +10,9 @@ SRC_URI:append:gbmc = " \
SYSTEMD_SERVICE:${PN}:append:gbmc = " serial-to-bmc@.service"
SYSTEMD_SERVICE:${PN}:append:gbmc= " serial-to-host@.service"
+# Remove the default ssh package config
+PACKAGECONFIG:remove:gbmc = "ssh"
+
OBMC_CONSOLE_FRONT_TTY ?= ""
RDEPENDS:${PN}:append:gbmc = " bash"