From b814dcb097b0391842fe2b80129fd8f5692ce01b Mon Sep 17 00:00:00 2001 From: Dave Young Date: Wed, 6 Jun 2012 16:24:19 +0800 Subject: [PATCH] kdump.conf add sshkey Add sshkey info to kdump.conf and kdump.conf.5 Signed-off-by: Dave Young Acked-by: Vivek Goyal --- kdump.conf | 5 +++++ kdump.conf.5 | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/kdump.conf b/kdump.conf index 6d57407..a7cc28c 100644 --- a/kdump.conf +++ b/kdump.conf @@ -21,6 +21,11 @@ # NOTE: make sure user has necessary write # permissions on server # +# sshkey - Will use the sshkey to do ssh dump +# Specifies the path of the ssh key you want to use +# when do ssh dump, the default value is +# /root/.ssh/kdump_id_rsa. +# # - Will mount -t /mnt and copy # /proc/vmcore to /mnt/var/crash/%DATE/. # NOTE: can be a device node, label or uuid. diff --git a/kdump.conf.5 b/kdump.conf.5 index 9ca9e42..4af939b 100644 --- a/kdump.conf.5 +++ b/kdump.conf.5 @@ -42,6 +42,12 @@ supports DNS. NOTE: make sure user has necessary write permissions on server and that a fqdn is used as the server name .RE +.B sshkey +.RS +Specifies the path of the ssh key you want to use when do ssh dump, +the default value is /root/.ssh/kdump_id_rsa. +.RE + .B .RS Will mount -t /mnt and copy /proc/vmcore to