Updating the SSH configuration
IBM® Intelligent Operations Center installation requires SSH configuration changes to successfully run.
About this task
Procedure
- Make a backup copy of the file by running the following command: cp /etc/ssh/sshd_config /etc/ssh/sshd_config.orig
- Edit the /etc/ssh/sshd_config file.
- Comment out any AllowUsers statements.
- Comment out any AllowGroups statements.
- Set any PermitRootLogin statement to yes until IBM Intelligent Operations Center installation is complete. If there isn't a PermitRootLogin statement in the file, don't add one.
- Set any PasswordAuthentication statement to yes until IBM Intelligent Operations Center installation is complete. If there is no PasswordAuthentication statement, do not add one.
- Save the changes.
- Make a backup copy of the changed file by running the following command: cp /etc/ssh/sshd_config /etc/ssh/sshd_config.ioc_maintenance
- If you changed the sshd_config file, run the following to activate the changes: service sshd restart