Because exclusive infobases hold proprietary or high-value data, maintaining security is critical to preventing credential revocation:
Password-based logins are decommissioned, replacing them with SSH key pairs to prevent credential theft. Strategic Benefits for Data Management
<ssh> <address>0.0.0.0</address> <!-- Listen on all interfaces --> <port>22</port> <!-- Standard SSH/SFTP port --> <host-key>auto</host-key> <!-- Use the default key location --> </ssh>