From 9ff4200545545e23471e41d9e99f783e68315cf8 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 30 Apr 2009 13:43:41 +0000 Subject: [PATCH] add man for makeknownhosts git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3273 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man8/makeknownhosts.8.pod | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 xCAT-client/pods/man8/makeknownhosts.8.pod diff --git a/xCAT-client/pods/man8/makeknownhosts.8.pod b/xCAT-client/pods/man8/makeknownhosts.8.pod new file mode 100644 index 000000000..b432c23ae --- /dev/null +++ b/xCAT-client/pods/man8/makeknownhosts.8.pod @@ -0,0 +1,32 @@ +=head1 NAME + +B - Make a known_hosts file under $ROOTHOME/.ssh for input noderange. + +=head1 SYNOPSIS + +B [I] + +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. +This will avoid having ssh give a warning when nodes are automatically added to the known_hosts file. This file should be distributed using xdcp to all the nodes,if you want node to node communication not to display the warning. + +=head1 OPTIONS + +=over 6 + + +=head1 EXAMPLES + +=over 2 + +=item * + +makeknownhosts compute + +=back + +=head1 SEE ALSO +