ncsa / xcat-tools

Useful tools for xCAT
BSD 3-Clause "New" or "Revised" License
8 stars 0 forks source link

admin_scripts/01_setup_site.sh should set sshbetweennodes to NOGROUPS #31

Closed jakerundall closed 2 years ago

jakerundall commented 2 years ago

This will prevent configuration of root SSH between all nodes in the cluster (including installation of a default private key on all nodes).

sshbetweennodes: Comma separated list of groups of compute nodes to enable passwordless root ssh to the nodes during install or running 'xdsh -K'. The default is ALLGROUPS. Set to NOGROUPS to disable.