Enabling Linux/Unix Node Computers for EnFuzion Use

The EnFuzion root software provides powerful capabilities for managing EnFuzion nodes. To fully utilize these capabilities, the EnFuzion root needs to be able to login to the node computer under the user account that was used to install the EnFuzion node software on that system.

EnFuzion supports several methods for remote access to EnFuzion nodes. These methods are industry standard protocols for remote login: ssh, rsh and telnet. In addition, users can provide their own method for use by EnFuzion.

The recommended method for remote access is ssh, since it provides the highest level of security and is the easiest to use. The section below provides more details on configuring a Linux/Unix system for use as an EnFuzion node. For configuration of remote access using rsh or telnet, refer to instructions provided by your Linux/Unix system.

Configuring EnFuzion Nodes for Remote ssh Access

To use ssh, EnFuzion requires that the node allows a login from the root system without requesting a password. This method enhances security over the telnet based login, since no clear text passwords are sent over the network and the root is authenticated and authorized.

The ssh protocol uses a public key method. The root generates a public and a private key. The private key is kept secret on the root, while the public key is stored on the node and is used at the login time to authenticate the root.

The procedure to generate the keys on the root and store the public key on the node is described below. It must be performed for each EnFuzion node system that is running a Linux/Unix operating system.

If all the steps above are completed successfully, then the node is ready to be used by EnFuzion.