• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Remove and install ssh

IntersysL

New Pleskian
Hello,

We need to remove openssh a install it again with yum.

The doubt is that when trying this, yum try to remove 30 packages of plesk.
What we want to know if there is a chance to do it without removing the plesk packages or if after the yum remove we could easily reinstall plesk without problem.

Server Red Hat Enterprise Linux Server release 6.2
Plesk 11.0.9 Update #44

Let me know if you need any other detail.

Thanks.
 
Indeed:

# rpm -e --test openssh openssh-server openssh-clients
error: Failed dependencies:
openssh-clients is needed by (installed) plesk-core-11.0.9-cos6.build110120608.16.x86_64
/usr/bin/scp is needed by (installed) plesk-core-11.0.9-cos6.build110120608.16.x86_64

You can download openssh, openssh-server, openssh-clients rpm packages. Then uninstall it with rpm command with --no-deps option and install downloaded packages with rpm -iVh package_name.rpm
Read man rpm for details.
 
Hi IgorG,

Thanks for the reply, was the other option that I was going to try, but I was not sure.
I had the same doubt that with yum.
Much appreciated

Kind regards.
 
Back
Top