Applicable to:
- Plesk for Linux
Symptoms
-
Plesk migration fails:
CONFIG_TEXT: Error: launchpad error (Error code = 2):
== STDERR ====================
Unable to start SSH session: Failed getting banner
==============================OR
CONFIG_TEXT: Plesk for Linux is not found on the specified source server.
-
Cannot connect to the source server via SSH:
# ssh 203.0.113.2
ssh_exchange_identification: Connection closed by remote host
Cause
Not enough connections permitted for SSH service on the source server.
Resolution
Note: if you don't have root access to Plesk via SSH, contact your hosting provider regarding the issue
-
Login to the source server over SSH. If it is not possible, log in via local server console.
-
Uncomment MaxStartups parameter in
/etc/ssh/sshd_config
and set the following value:CONFIG_TEXT: MaxStartups 50
-
Reload SSH server configuration to apply the changes:
# service sshd reload
Comments
0 comments
Please sign in to leave a comment.