Rate This Document
Findability
Accuracy
Completeness
Readability

Kunpeng DevKit Uninstallation Failure

Symptom

The Kunpeng DevKit fails to be uninstalled.

Figure 1 Uninstallation failure

Possible Causes

The value of MaxSessions in the /etc/ssh/sshd_config file of the server is less than the minimum number (5).

Troubleshooting Procedure

Set MaxSessions to a value greater than or equal to 5.

  1. Open the /etc/ssh/sshd_config configuration file on the server.
    vim /etc/ssh/sshd_config
  2. Change the value of MaxSessions.
    Figure 2 Before change
    Figure 3 After change