[kexec-tools] kdump.conf add sshkey

Dave Young yangrr at fedoraproject.org
Wed Jun 6 08:32:33 UTC 2012


commit b814dcb097b0391842fe2b80129fd8f5692ce01b
Author: Dave Young <dyoung at redhat.com>
Date:   Wed Jun 6 16:24:19 2012 +0800

    kdump.conf add sshkey
    
    Add sshkey info to kdump.conf and kdump.conf.5
    
    Signed-off-by: Dave Young <dyoung at redhat.com>
    Acked-by: Vivek Goyal <vgoyal at redhat.com>

 kdump.conf   |    5 +++++
 kdump.conf.5 |    6 ++++++
 2 files changed, 11 insertions(+), 0 deletions(-)
---
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 <path>		- 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.
+#
 # <fs type> <partition> - Will mount -t <fs type> <partition> /mnt and copy
 #		 	  /proc/vmcore to /mnt/var/crash/%DATE/.
 #			  NOTE: <partition> 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 <path>
+.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 <fs type> <partition>
 .RS
 Will mount -t <fs type> <partition> /mnt and copy /proc/vmcore to


More information about the scm-commits mailing list