From 1b8e0325f28062b81ca0cf84489a286aced29e77 Mon Sep 17 00:00:00 2001 From: Kairui Song Date: Wed, 14 Oct 2020 15:29:17 +0800 Subject: [PATCH] Fix comment about ssh dump target When using ssh dump target, scp is always used, correct the comment. Signed-off-by: Kairui Song Acked-by: Dave Young --- kdump.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdump.conf.5 b/kdump.conf.5 index 4be3c77..ae07466 100644 --- a/kdump.conf.5 +++ b/kdump.conf.5 @@ -41,7 +41,7 @@ mount point. .B ssh .RS -Will scp /proc/vmcore to :/%HOST-%DATE/, +Will save /proc/vmcore through ssh pipe to :/%HOST-%DATE/, supports DNS. NOTE: make sure user has necessary write permissions on server and that a fqdn is used as the server name. .RE