diff --git a/docs/source/advanced/zones/configure_zones.rst b/docs/source/advanced/zones/configure_zones.rst index c7697a1f1..618d3ac65 100644 --- a/docs/source/advanced/zones/configure_zones.rst +++ b/docs/source/advanced/zones/configure_zones.rst @@ -13,5 +13,5 @@ There are three commands to support zones: * :doc:`chzone ` - changes a previously created zone * :doc:`rmzone ` - removes a zone -**Note**: It is highly recommended that you only use the zone commands for creating and maintaining your zones. They do a lot of maintaining of tables and directories for the zones when they are run. +**Note**: It is highly recommended that you only use the zone commands for creating and maintaining your zones. They do a lot of maintaining of tables and directories for the zones when they are running. diff --git a/docs/source/advanced/zones/overview.rst b/docs/source/advanced/zones/overview.rst index 5fda51496..f5e60c945 100644 --- a/docs/source/advanced/zones/overview.rst +++ b/docs/source/advanced/zones/overview.rst @@ -1,7 +1,7 @@ Overview ======== -XCAT supports the concept of zones within a single xCAT cluster managed by one (1) Management Node. The nodes in the cluster can be divided up into multiple zones that have different ssh keys managed separately. +XCAT supports the concept of zones within a single xCAT cluster managed by one Management Node. The nodes in the cluster can be divided up into multiple zones that have different ssh keys managed separately. Each defined zone has it own root's ssh RSA keys, so that any node can ssh without a password to any other node in the same zone, cannot ssh without being prompted for a password to nodes in another zone.