From daf9ae23887975a97897f8ec1d700453e80177fc Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 1 May 2009 11:46:00 +0000 Subject: [PATCH] fix syntax git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3281 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man8/makeknownhosts.8.pod | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/xCAT-client/pods/man8/makeknownhosts.8.pod b/xCAT-client/pods/man8/makeknownhosts.8.pod index 254a8a7bb..67e91cd48 100644 --- a/xCAT-client/pods/man8/makeknownhosts.8.pod +++ b/xCAT-client/pods/man8/makeknownhosts.8.pod @@ -11,10 +11,9 @@ B {B<-h>|B<--help>} =head1 DESCRIPTION B builds a known_hosts file in the $ROOTHOME/.ssh directory for all nodes from the input noderange. The known_hosts file is built from the -shared ssh host key that xCAT distributes to the nodes. To build the key for a -node, you are only required to have the node in the database and name resolution - working for the node. You do not have to be able to access the node. -Having this file will avoid the ssh warning when nodes are automatically added to the known_hosts file. Th file should be distributed using xdcp to all the nodes, if you want node to node communication not to display the warning. +shared ssh host key that xCAT distributes to the nodes. +To build the key for a node, you are only required to have the node in the database and name resolution working for the node. You do not have to be able to access the node. +Having this file will avoid the ssh warning when nodes are automatically added to the known_hosts file. The file should be distributed using xdcp to all the nodes, if you want node to node communication not to display the warning. =head1 OPTIONS