1ba39540c5
Implement FATE#321583 OBS-URL: https://build.opensuse.org/request/show/495233 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kdump?expand=0&rev=126
33 lines
881 B
Diff
33 lines
881 B
Diff
Date: Tue May 16 13:30:14 2017 +0200
|
|
From: Petr Tesarik <ptesarik@suse.com>
|
|
Subject: Add KDUMP_SSH_IDENTITY to the config file template
|
|
References: FATE#321583
|
|
Git-commit: c257bdb31fa65133fe3a380b09e61566fefef4fe
|
|
Upstream: v0.8.17
|
|
|
|
Also put the new option to the config file template, so it can be
|
|
modified using the standard /etc/sysconfig editor.
|
|
|
|
Signed-off-by: Petr Tesarik <ptesarik@suse.com>
|
|
|
|
---
|
|
sysconfig.kdump.in | 10 ++++++++++
|
|
1 file changed, 10 insertions(+)
|
|
|
|
--- a/sysconfig.kdump.in
|
|
+++ b/sysconfig.kdump.in
|
|
@@ -383,3 +383,13 @@ KDUMP_NOTIFICATION_CC=""
|
|
#
|
|
# See also: kdump(5)
|
|
KDUMP_HOST_KEY=""
|
|
+
|
|
+## Type: string
|
|
+## Default: ""
|
|
+## ServiceRestart: kdump
|
|
+#
|
|
+# List of SSH identity files for public key authentication. If empty, kdump
|
|
+# will try all standard OpenSSH identities for the 'root' user.
|
|
+#
|
|
+# See also: kdump(5)
|
|
+KDUMP_SSH_IDENTITY=""
|