Plesk for Linux
DoNotDelete:docref
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
2 comments
Is there a way to log in with another user, as I have restricted access for user "root" for security reasons?
Hello @Michael Jung,
This feature is yet to be implemented in SSH Terminal extension. Please vote for this functionality:
https://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/45055861-ssh-terminal-access-with-another-administrative-us
The top-ranked suggestions are likely to be included in the next versions of SSH Terminal extension.
Please sign in to leave a comment.