mrc0mmand / rpms / libguestfs

Forked from rpms/libguestfs 3 years ago
Clone

Blame SOURCES/0073-p2v-Mention-sshd_config-setting-in-the-manual-page.patch

0d20ef
From 3ed08c2dbe46cf084b4865a5029b79fddcdcd780 Mon Sep 17 00:00:00 2001
0d20ef
From: "Richard W.M. Jones" <rjones@redhat.com>
0d20ef
Date: Sat, 29 Nov 2014 18:20:00 +0000
0d20ef
Subject: [PATCH] p2v: Mention sshd_config setting in the manual page.
0d20ef
0d20ef
The precise sshd configuration has confused some users of virt-p2v.
0d20ef
Only one setting (AllowTcpForwarding=yes) is required, so document it.
0d20ef
0d20ef
(cherry picked from commit 1b52139339caaf8cdc347f05b559128b08fcee39)
0d20ef
---
0d20ef
 p2v/virt-p2v.pod | 5 ++++-
0d20ef
 1 file changed, 4 insertions(+), 1 deletion(-)
0d20ef
0d20ef
diff --git a/p2v/virt-p2v.pod b/p2v/virt-p2v.pod
0d20ef
index 6e7a77d..1ff1130 100644
0d20ef
--- a/p2v/virt-p2v.pod
0d20ef
+++ b/p2v/virt-p2v.pod
0d20ef
@@ -53,7 +53,8 @@ during the conversion process.
0d20ef
 
0d20ef
 The reverse port forwarding feature of ssh (ie. C<ssh -R>) is required
0d20ef
 by virt-p2v, and it will not work if this is disabled on the
0d20ef
-conversion server.
0d20ef
+conversion server.  (C<AllowTcpForwarding> must be C<yes> in the
0d20ef
+L<sshd_config(5)> file on the conversion server).
0d20ef
 
0d20ef
 The conversion server does not need to be a physical machine.  It
0d20ef
 could be a virtual machine, as long as it has sufficient memory and
0d20ef
@@ -586,6 +587,8 @@ L<virt-p2v-make-kickstart(1)>,
0d20ef
 L<virt-v2v(1)>,
0d20ef
 L<qemu-nbd(1)>,
0d20ef
 L<ssh(1)>,
0d20ef
+L<sshd(8)>,
0d20ef
+L<sshd_config(5)>,
0d20ef
 L<http://libguestfs.org/>.
0d20ef
 
0d20ef
 =head1 AUTHORS
0d20ef
-- 
0d20ef
1.8.3.1
0d20ef