Description
Failed to open access for technical support. When opening access, the platform:
- Adds the SSH settings required for the technical support connection.
- Restarts the sshd service.
Contents
Error 9523, Failed to add ssh data
Possible solutions
- Check the status of the sshd service:
- Run the command:
sudo systemctl status ssh
- If the response does not contain the line Active: active, start the service and add it to the autorun:
sudo systemctl start ssh && sudo systemctl enable ssh
- Run the command: