• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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