Date: Tue May 16 13:30:14 2017 +0200 From: Petr Tesarik 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 --- 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=""