• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

mdraselkhan

New Pleskian
Hello,

Are you facing an error during an FTP/SFTP connection? As a default, sometimes you are not able to connect your server over the FTP/SFTP without ssh key file. So If you follow this guide you will able to connect your server over the FTP/SFTP.

  1. Edit the /etc/ssh/sshd_config file [$ vi /etc/ssh/sshd_config]
  2. Change PasswordAuthentication and ChallengeResponseAuthentication "no" to yes
  3. Then scroll down until you see this line "Subsystem sftp /usr/lib/openssh/sftp-server"
  4. Disable the line by adding a has sign starting the line, [#Subsystem sftp /usr/lib/openssh/sftp-server]
  5. Under the above line write/add this like [Subsystem sftp internal-sftp]
  6. Then restart ssh [$ service sshd restart]
  7. Filezilla: On the hostname field, use server hostname then enter your FTP username & password with Port 22. Make sure Port 21 & 22 open on your server.
  8. No ssh keys are required for these connections.

Thanks to @cepimojico
 
Last edited:
Update

  1. Edit the /etc/ssh/sshd_config file [$ vi /etc/ssh/sshd_config]
  2. Change PasswordAuthentication and ChallengeResponseAuthentication "no" to yes
  3. Then restart ssh [$ service sshd restart]
  4. Go to the Service plan Permission tab then select Can allow access only to a chrooted environment & open the Hosting Parameters Tab uncheck SSH access to the server shell under the subscription's system user
  5. Filezilla: On the hostname field, use server hostname then enter your FTP username & password with Port 22. Make sure Port 21 & 22 open on your server.
  6. No ssh keys are required for these connections.

 
Back
Top