Symptoms
Plesk Admin cannot access SSH through the SSH terminal extension via root user:
Connection Broken

Cause
Root login to SSH is disabled on the system level.
Resolution
- Connect to the server via SSH
- Open
/etc/ssh/sshd_configin any text editor and add the following lines:Match Address 127.0.0.1
PermitRootLogin yes - Restart SSH service:
# service sshd restart