DoNotDelete:docref
Plesk for Linux
kb: technical
Applicable to:
- Plesk for Linux
Symptoms
Plesk Admin cannot access SSH through the SSH terminal extension via root user:
PLESK_ERROR: Connection Broken
Cause
Root login to SSH is disabled on the system level.
Resolution
- Connect to the server via SSH
- Open
/etc/ssh/sshd_config
in any text editor and add the following lines:
CONFIG_TEXT: Match Address 127.0.0.1
PermitRootLogin yes - Restart SSH service:
# service sshd restart
Comments
1 comment
The problem was we can't connect to server via SSH, how can the resolution starts with "1.connect to server via SSH"?
I tried to connect using multiple ssh clients and none was successful
Please sign in to leave a comment.