Description
Failed to close access for technical support. When closing access, the platform:
- Deletes the SSH settings required for the technical support connection.
- Restarts the sshd service.
Contents
Error 9523, Failed to delete 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: