mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-24 05:11:12 +00:00
dfe968db2fc412bbdcc870e9646e58af01920ad8
The entry in the passwd table has to use the key `switch`, otherwise the sshusername and password is not detected. See `man switches` page: ``` sshusername The remote login user name. It can be for ssh or telnet. If it is for telnet, set protocol to "telnet". If the sshusername is blank, the username, password and protocol will be retrieved from the passwd table with "switch" as the key. sshpassword The remote login password. It can be for ssh or telnet. If it is for telnet, set protocol to "telnet". If the sshusername is blank, the username, password and protocol will be retrieved from the passwd table with "switch" as the key. ``` See `man passwd` page: ``` key The type of component this user/pw is for. Valid values: blade (management module), ipmi (BMC), system (nodes), omapi (DHCP), hmc, ivm, cec, frame, switch. ```
xCAT ---- xCAT is a toolkit for the deployment and administration of clusters. Documentation ------------- `The stable documentation of xCAT <https://xcat-docs.readthedocs.io/en/stable/>`_ `The latest documentation of xCAT <http://xcat-docs.readthedocs.io/en/latest/index.html>`_ `The documentation of xCAT each release <http://readthedocs.org/projects/xcat-docs/versions/>`_ Open Source License ------------------- xCAT is made available as open source software under the EPL license: http://www.opensource.org/licenses/eclipse-1.0.php Developers ---------- Developers and prospective contributors are encouraged to read the `Developers Guide <http://xcat-docs.readthedocs.io/en/latest/developers/>`_ In particular the `GitHub <http://xcat-docs.readthedocs.io/en/latest/developers/github/>`_ related subsection.
Languages
Perl
78.5%
Shell
11.4%
JavaScript
7.1%
Python
1.8%
PHP
0.4%
Other
0.4%