diff --git a/xCAT-client/pods/man8/makeknownhosts.8.pod b/xCAT-client/pods/man8/makeknownhosts.8.pod index 649cd6830..431665c8b 100644 --- a/xCAT-client/pods/man8/makeknownhosts.8.pod +++ b/xCAT-client/pods/man8/makeknownhosts.8.pod @@ -4,13 +4,13 @@ B - Make a known_hosts file under $ROOTHOME/.ssh for input noder =head1 SYNOPSIS -B I +B I [B<-r>|B<--remove>] [B<-V>|B<--verbose>] B {B<-h>|B<--help>} =head1 DESCRIPTION -B Replaces in the known_hosts file in the $ROOTHOME/.ssh directory, the enties for the nodes from the noderange input to the command. +B Replaces or removes in the known_hosts file in the $ROOTHOME/.ssh directory, the enties for the nodes from the noderange input to the command. The known_hosts file entry is built from the shared ssh host key that xCAT distributes to the installed nodes. HMCs, AMM, switches, etc., where xCAT does not distribute the shared ssh host key, should not be put in the noderange. @@ -24,6 +24,19 @@ The file should be distributed using xdcp to all the nodes, if you want node to =over 6 +=item I + +A set of comma delimited node names and/or group names. +See the "noderange" man page for details on supported formats. + +=item B<-r|--remove> + +Only removes the entries for the nodes from the known_hosts file. + +=item B<-V|--verbose> + +Verbose mode. + =back =head1 EXAMPLES @@ -38,6 +51,10 @@ makeknownhosts compute makeknownhosts lpars,service +=item * + +makeknownhosts node02 -r + =back