Quantcast
Viewing all articles
Browse latest Browse all 5077

Advanced users • Re: Openssh 9.5p1 on 32 bit OS Failed

I don't know the cause of your problem, but when I really want a later version of software, and am prepared to run a setup where I know I'll have to fix any problems myself if it goes wrong, I look to see if a later version of the software may be available in the Raspbian (for 32-bit) or Debian (for 64-bit) repositories.

I thought I'd have a look to see what is available.

In this case I found openssh 9.6p1-3, downloaded the three .deb files I needed (openssh-server, openssh-client and libssl3), installed them manually with dpkg (apt might have been a better tool) and I'm now running with openssh 9.6

Code:

rpdom@cam4:~/newrasps $ sshd -VOpenSSH_9.6p1 Raspbian-3, OpenSSL 3.1.4 24 Oct 2023rpdom@cam4:~/newrasps $ ssh -VOpenSSH_9.6p1 Raspbian-3, OpenSSL 3.1.4 24 Oct 2023rpdom@cam4:~ $ ls newdebslibssl3_3.1.4-2_armhf.deb  openssh-client_9.6p1-3_armhf.deb  openssh-server_9.6p1-3_armhf.debrpdom@cam4:~ $ head -2 /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 12 (bookworm)"NAME="Raspbian GNU/Linux"
Ending up with a "Frankendeb" system is not not recommended, and you must do backups and be prepared to sort out any problems yourself, but it can work.
A bit easier than compiling from source.

Statistics: Posted by rpdom — Thu Feb 08, 2024 9:51 am



Viewing all articles
Browse latest Browse all 5077

Trending Articles