Error Reported When Running the ./helloworld Command
Symptom
The following error information is displayed when running the ./helloworld command:

Key Process and Cause Analysis
X11 forwarding is disabled by default in openEuler.
Conclusion and Solution
- Open the /etc/ssh/sshd_config file.
vi /etc/ssh/sshd_config
- Set the line number.
:set nu
- Press i to enter the insert mode. In line 100, delete # and change no to yes.

- Press Esc, type :wq!, and press Enter to save the file and exit.
- Restart the sshd service.
systemctl restart sshd.service
- Open a new SSH connection.
Parent topic: Troubleshooting