When using ssh dump target, scp is always used, correct the comment.
Signed-off-by: Kairui Song kasong@redhat.com --- kdump.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kdump.conf.5 b/kdump.conf.5 index 34c996c..7f1c8a4 100644 --- a/kdump.conf.5 +++ b/kdump.conf.5 @@ -41,7 +41,7 @@ mount point.
.B ssh user@server .RS -Will scp /proc/vmcore to user@server:<path>/%HOST-%DATE/, +Will save /proc/vmcore through ssh pipe to user@server:<path>/%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
On 10/14/20 at 03:30pm, Kairui Song wrote:
When using ssh dump target, scp is always used, correct the comment.
Signed-off-by: Kairui Song kasong@redhat.com
kdump.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kdump.conf.5 b/kdump.conf.5 index 34c996c..7f1c8a4 100644 --- a/kdump.conf.5 +++ b/kdump.conf.5 @@ -41,7 +41,7 @@ mount point.
.B ssh user@server .RS -Will scp /proc/vmcore to user@server:<path>/%HOST-%DATE/, +Will save /proc/vmcore through ssh pipe to user@server:<path>/%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 -- 2.28.0 _______________________________________________ kexec mailing list -- kexec@lists.fedoraproject.org To unsubscribe send an email to kexec-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kexec@lists.fedoraproject.org
Acked-by: Dave Young dyoung@redhat.com
Thanks Dave