What Do I Do If the Browser Cannot Be Connected When I Use MindInsight to View Training Project Logs?
Symptom
In MindInsight, click View to view the training project log information. Open the WebUI and view the real-time training information. However, the browser cannot be connected, as shown in Figure 1.
Solution
- Go to the MindStudio background and edit the sshd_config file.
vi /etc/ssh/sshd_config
- Change the value of AllowAgentForwarding from no to yes, save the change, and exit.
- Restart the SSH service.
- For Red Hat and openEuler OSs:
service sshd restart
- For Ubuntu OSs:
service ssh restart
- For Red Hat and openEuler OSs:
- Enable MindInsight visualization again and click View to view the training project log information.
Parent topic: Configuration Procedure
