Author: fapeeler
Date: Mon Aug  6 13:07:17 2012
New Revision: 1369829

URL: http://svn.apache.org/viewvc?rev=1369829&view=rev
Log:
CMS commit to vcl by fapeeler

Modified:
    vcl/site/trunk/content/docs/VCL23Installation.mdtext

Modified: vcl/site/trunk/content/docs/VCL23Installation.mdtext
URL: 
http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/VCL23Installation.mdtext?rev=1369829&r1=1369828&r2=1369829&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/VCL23Installation.mdtext (original)
+++ vcl/site/trunk/content/docs/VCL23Installation.mdtext Mon Aug  6 13:07:17 
2012
@@ -286,8 +286,10 @@ The VCL management node daemon (vcld) is
 * Digest::SHA1 - NIST SHA message digest algorithm
 * Mail::Mailer - Simple mail agent interface
 * Object::InsideOut - Comprehensive inside-out object support
-* RPC::XML - A set of classes for core data, message and XML handling
+* RPC::XML - Set of classes for core data, message, XML handling
 * YAML - YAML Ain't Markup Language
+<BR>
+---
 
 1. **Install the VCL Management Node Code - Perl Daemon**
 
@@ -302,7 +304,7 @@ The VCL management node daemon (vcld) is
             :::BashLexer
             cp -r apache-VCL-2.3/managementnode /usr/local/vcl
 
-2. Install the Required Linux Packages & Perl Modules
+2. **Install the Required Linux Packages & Perl Modules**
 
     * Run the install_perl_libs.pl script located in the bin directory:
 
@@ -347,15 +349,16 @@ The VCL management node daemon (vcld) is
 
 4. **Configure the SSH Client**
 
-The SSH client on the management node should be configured to prevent SSH 
processes spawned by the root user to the computers it controls from hanging 
because of missing or different entries in the known_hosts file. 
+     The SSH client on the management node should be configured to prevent SSH 
processes spawned by the root user to the computers it controls from hanging 
because of missing or different entries in the known_hosts file. 
 
-Edit the ssh_config file:
+     Edit the ssh_config file:
 
-       vi /etc/ssh/ssh_config
-Set the following parameters:<br>
-UserKnownHostsFile /dev/null<br>
-StrictHostKeyChecking no<br>
-*Note: If you do not want these settings applied universally on the management 
node the SSH configuration can also be configured to only apply these settings 
to certain hosts or only for the root user. Consult the SSH documentation for 
more information.*
+            :::BashLexer
+            vi /etc/ssh/ssh_config
+            Set the following parameters:<br>
+            UserKnownHostsFile /dev/null<br>
+            StrictHostKeyChecking no<br>
+            Note: If you do not want these settings applied universally on the 
management node the SSH configuration can also be configured to only apply 
these settings to certain hosts or only for the root user. Consult the SSH 
documentation for more information.
 
 5. **Install and Start the VCL Daemon (vcld) Service**
 


Reply via email to