GUACAMOLE-527: Swap order of important/section.
Project: http://git-wip-us.apache.org/repos/asf/guacamole-manual/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-manual/commit/30e98533 Tree: http://git-wip-us.apache.org/repos/asf/guacamole-manual/tree/30e98533 Diff: http://git-wip-us.apache.org/repos/asf/guacamole-manual/diff/30e98533 Branch: refs/heads/master Commit: 30e98533403c52a027ef72a3839319ace7439dd6 Parents: d64ae2f Author: Nick Couchman <[email protected]> Authored: Tue Jun 26 16:49:54 2018 -0400 Committer: Nick Couchman <[email protected]> Committed: Tue Jun 26 16:49:54 2018 -0400 ---------------------------------------------------------------------- src/chapters/configuring.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/guacamole-manual/blob/30e98533/src/chapters/configuring.xml ---------------------------------------------------------------------- diff --git a/src/chapters/configuring.xml b/src/chapters/configuring.xml index 9348dea..827a20c 100644 --- a/src/chapters/configuring.xml +++ b/src/chapters/configuring.xml @@ -2726,9 +2726,9 @@ ed272546-87bd-4db9-acba-e36e1a9ca20a <para>SSH support for Guacamole is provided by the <package>libguac-client-ssh</package> library, which will be installed as part of guacamole-server if the required dependencies are present during the build.</para> - <section xml:id="ssh-host-verification"> - <title>SSH Host Verification</title> - <important> + <important> + <section xml:id="ssh-host-verification"> + <title>SSH Host Verification</title> <para>By default, Guacamole does not do any verification of host identity before establishing SSH connections. While this may be safe for private and trusted networks it is not ideal for large networks with unknown/untrusted systems, @@ -2750,8 +2750,8 @@ ed272546-87bd-4db9-acba-e36e1a9ca20a is performed. If the parameter is present then the identity of the remote host is verified against the identity provided in the parameter before a connection is established.</para> - </important> - </section> + </section> + </important> <section xml:id="ssh-network-parameters"> <title>Network parameters</title> <para>SSH connections require a hostname or IP address defining the destination
