• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

How can i setup SSH2 on plesk - For Swift Panel

J

JoseGG

Guest
Hi
I have plesk panel 10 for linux, and y trying to installing swift panel but i need ssh2 connection enable to setup the product, how can i install ssh2 in plesk and have access as a root.

because when i tryed to connect says the ssh2 is disable

thanks
 
I think it is not Plesk related question but OS related. Just install it as for any usual Linux box.
 
Igor Thanks for your help, im really a begginer in linux and plesk can u tell me how install as usual Linux box or maybe give me the link of some tutorial? Thanks!
 
SSH2 is just a version of SSH. All Linux servers have SSH, and support ssh (version 1) and ssh ( version 2).

Some dedicated server providers may disable it, of course.

Anyway, you just use your ssh client (program) on your local PC. PuTTY is the most common one to be used.

Specify your server's address, then connect. Enter root as the username, and your root password (which you set up yourself when you built the server -- or ask your dedicated server provider to remind you what it is).

Note that some dedicated servers are configured (correctly, and securely) to disallow direct root logins. Instead you have to login as a different user (again, contact your server provider) then "su -" to root, or run the sudo command.

It might be useful to do a google search on all these things to learn a bit more about them if you are unfamiliar with them.

Faris.
 
Back
Top