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.

Figure 1 Browser connection failure

Solution

  1. Go to the MindStudio background and edit the sshd_config file.
    vi /etc/ssh/sshd_config
  2. Change the value of AllowAgentForwarding from no to yes, save the change, and exit.
  3. Restart the SSH service.
    • For Red Hat and openEuler OSs:
      service sshd restart
    • For Ubuntu OSs:
      service ssh restart
  4. Enable MindInsight visualization again and click View to view the training project log information.