• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Question Debian 10 / Openssh 7 to 8 ?

Erwan

Regular Pleskian
Server operating system version
Debian 10
Plesk version and microupdate number
18.0.53
Hi all,

We have servers on Debian 10 / Obsidian v18.0.53.
Some services (with PHP ssh2_connect) can't work now because openssh version 7.x is depreciated (ssh-rsa).

Is it possible to update openssh7.x to openssh 8.x or 9.x without problem?

No update with:
#apt-get update
#apt-get upgrade


If yes, like this?

# ssh -V
OpenSSH_7.9p1 Debian-10+deb10u2, OpenSSL 1.1.1n 15 Mar 2022

#sudo echo "deb Index of /debian buster-backports main" >> /etc/apt/sources.list
#sudo apt-get update
#sudo apt-get install openssh-sftp-server/buster-backports openssh-server/buster-backports


Erwan
 
Back
Top