Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

9to5Linux Weekly Roundup: June 15th, 2025

I would like to thank everyone who sent us donations; your generosity is greatly appreciated. I also want to thank all of you for your continued support by commenting, liking, sharing, and boosting the articles, following us on social media, and, last but not least, sending us feedback.

PeaZip 10.5 Brings Major Performance Boost to the File and Archive Manager

Coming two months after PeaZip 10.4, the PeaZip 10.5 release improves speed and RAM usage when opening archives, improves representation of archives with complex structures, improves archive editing, improves smart sorting of file names, and adds support for system tools entries on Linux.

LinuxGizmos.com

OrangePi Equips Gateway Board with RISC-V Processor, Four RJ45 Ports, and OpenWRT Support

This week, OrangePi introduced the R2S, a compact board for embedded networking and gateway applications, running OpenWRT by default. Key features include dual 2.5G Ethernet ports, dual Gigabit Ethernet ports, and USB Type-C power input.

Gemini 435Le Features Active Stereo, Dual-Laser Modules, and 6-Axis IMU for 3D Vision

The Gemini 435Le is Orbbec’s newest 3D camera, designed to deliver robust, high-precision depth sensing for demanding industrial and outdoor robotics environments. Engineered with industrial-grade construction and IP67 protection, it supports logistics automation, robotic arms, and autonomous mobile robots operating in variable and dynamic conditions.

Ubuntu Buzz !

Calendar - An Intro to Ubuntu Default Calendar Application

Calendar is the default calendar application on Ubuntu. Its main purpose is to show date, day, month and year. It also has features like scheduling, making appointments, reminders, synchronizing with your online calendars and so on. Now let's start reading about Calendar below.

OpenSSH 9.4 released

posted by Roy Schestowitz on Aug 11, 2023

OpenSSH 9.4 has just been released. It will be available from the
mirrors listed at https://www.openssh.com/ shortly.

OpenSSH is a 100% complete SSH protocol 2.0 implementation and includes sftp client and server support.
Once again, we would like to thank the OpenSSH community for their continued support of the project, especially those who contributed code or patches, reported bugs, tested snapshots or donated to the project. More information on donations may be found at: https://www.openssh.com/donations.html
Changes since OpenSSH 9.3p2 ===========================
This release fixes a number of bugs and adds some small features.
Potentially incompatible changes --------------------------------
* This release removes support for older versions of libcrypto. OpenSSH now requires LibreSSL >= 3.1.0 or OpenSSL >= 1.1.1. Note that these versions are already deprecated by their upstream vendors.
* ssh-agent(1): PKCS#11 modules must now be specified by their full paths. Previously dlopen(3) could search for them in system library directories.
New features ------------
* ssh(1): allow forwarding Unix Domain sockets via ssh -W.
* ssh(1): add support for configuration tags to ssh(1). This adds a ssh_config(5) "Tag" directive and corresponding "Match tag" predicate that may be used to select blocks of configuration similar to the pf.conf(5) keywords of the same name.
* ssh(1): add a "match localnetwork" predicate. This allows matching on the addresses of available network interfaces and may be used to vary the effective client configuration based on network location.
* ssh(1), sshd(8), ssh-keygen(1): infrastructure support for KRL extensions. This defines wire formats for optional KRL extensions and implements parsing of the new submessages. No actual extensions are supported at this point.
* sshd(8): AuthorizedPrincipalsCommand and AuthorizedKeysCommand now accept two additional %-expansion sequences: %D which expands to the routing domain of the connected session and %C which expands to the addresses and port numbers for the source and destination of the connection.
* ssh-keygen(1): increase the default work factor (rounds) for the bcrypt KDF used to derive symmetric encryption keys for passphrase protected key files by 50%.
Bugfixes --------
* ssh-agent(1): improve isolation between loaded PKCS#11 modules by running separate ssh-pkcs11-helpers for each loaded provider.
* ssh(1): make -f (fork after authentication) work correctly with multiplexed connections, including ControlPersist. bz3589 bz3589
* ssh(1): make ConnectTimeout apply to multiplexing sockets and not just to network connections.
* ssh-agent(1), ssh(1): improve defences against invalid PKCS#11 modules being loaded by checking that the requested module contains the required symbol before loading it.
* sshd(8): fix AuthorizedPrincipalsCommand when AuthorizedKeysCommand appears before it in sshd_config. Since OpenSSH 8.7 the AuthorizedPrincipalsCommand directive was incorrectly ignored in this situation. bz3574
* sshd(8), ssh(1), ssh-keygen(1): remove vestigal support for KRL signatures When the KRL format was originally defined, it included support for signing of KRL objects. However, the code to sign KRLs and verify KRL signatues was never completed in OpenSSH. This release removes the partially-implemented code to verify KRLs. All OpenSSH tools now ignore KRL_SECTION_SIGNATURE sections in KRL files.
* All: fix a number of memory leaks and unreachable/harmless integer overflows.
* ssh-agent(1), ssh(1): don't truncate strings logged from PKCS#11 modules; GHPR406
* sshd(8), ssh(1): better validate CASignatureAlgorithms in ssh_config and sshd_config. Previously this directive would accept certificate algorithm names, but these were unusable in practice as OpenSSH does not support CA chains. bz3577
* ssh(1): make `ssh -Q CASignatureAlgorithms` only list signature algorithms that are valid for CA signing. Previous behaviour was to list all signing algorithms, including certificate algorithms.
* ssh-keyscan(1): gracefully handle systems where rlimits or the maximum number of open files is larger than INT_MAX; bz3581
* ssh-keygen(1): fix "no comment" not showing on when running `ssh-keygen -l` on multiple keys where one has a comment and other following keys do not. bz3580
* scp(1), sftp(1): adjust ftruncate() logic to handle servers that reorder requests. Previously, if the server reordered requests then the resultant file would be erroneously truncated.
* ssh(1): don't incorrectly disable hostname canonicalization when CanonicalizeHostname=yes and ProxyJump was expicitly set to "none". bz3567
* scp(1): when copying local->remote, check that the source file exists before opening an SFTP connection to the server. Based on GHPR#370
Portability -----------
* All: a number of build fixes for various platforms and configuration combinations.
* sshd(8): provide a replacement for the SELinux matchpathcon() function, which is deprecated.
* All: relax libcrypto version checks for OpenSSL >=3. Beyond OpenSSL 3.0, the ABI compatibility guarantees are wider (only the library major must match instead of major and minor in earlier versions). bz#3548.
* Tests: fix build problems for the sk-dummy.so FIDO provider module used in some tests.
Checksums: ==========
- SHA1 (openssh-9.4.tar.gz) = d88126d8d7b8e5bf4656587ac4a16055560641cc - SHA256 (openssh-9.4.tar.gz) = 7eqFjx2hAunw+1Jy7f1JQXq//3AMr9B3dKtASDtq8go=
- SHA1 (openssh-9.4p1.tar.gz) = 5dea1f3c88f9cfe53a711a3c893ee8b7d3ffecff - SHA256 (openssh-9.4p1.tar.gz) = Ngj9kIjbIWPOs+YAyFq3nQ3j0iHlkZLqGSPiMmOGaoU=
Please note that the SHA256 signatures are base64 encoded and not hexadecimal (which is the default for most checksum tools). The PGP key used to sign the releases is available from the mirror sites: https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/RELEASE_KEY.asc
Reporting Bugs: ===============
- Please read https://www.openssh.com/report.html Security bugs should be reported directly to openssh@openssh.com

Read on

Other Recent Tux Machines' Posts

PeaZip 10.5 File Archiver Released with Faster Performance and New Features
PeaZip 10.5, an open-source file archiver
From Word and Excel to LibreOffice: Danish ministry says goodbye to Microsoft | heise online
The Ministry of Digitalization's move away from Microsoft is therefore taking place against the backdrop of a new digitalization strategy in which the Kingdom's "digital sovereignty" is given priority.
GNOME Foundation Report and GSoC Report
GNOME picks
The end of Windows 10 is approaching, so it’s time to consider Linux and LibreOffice
The countdown has begun. On 14 October 2025, Microsoft will end support for Windows 10
Kali Linux 2025.2 Released with Revamped Kali Menu, 13 New Hacking Tools
Offensive Security announced today the release and general availability of Kali Linux 2025.2 as the second update to this Debian-based distribution for ethical hacking and penetration testing in 2025.
Rocky Linux 10 Is Out Now as Free Alternative to Red Hat Enterprise Linux 10
Rocky Linux 10 has been released today as a free alternative to the Red Hat Enterprise Linux 10 operating system series, adding various major changes both from upstream and in-house.
Fedora 43 Drops GNOME X11 Support, Goes All-In on Wayland
Fedora 43 moves to a Wayland-only GNOME experience
Wine 10.10 and New Steam Games with Native GNU/Linux Clients
gaming picks
 
today's howtos
many howtos more
Android Leftovers
Android 16’s boring debut is a sour note on the big update, and at the worst time
Find ASCII Emoji Easily with this GNOME Shell Applet
There are two kinds of people in the world
Free and Open Source Software
This is free and open source software
Review: SDesk 2025.05.06 (aka 20mini)
SDesk is an Arch-based project which aims to provide a modern
today's leftovers
GNU/Linux and more
Recent Videos and HowTos
many videos from Invidious
Today in Techrights
Some of the latest articles
9to5Linux Weekly Roundup: June 15th, 2025
The 244th installment of the 9to5Linux Weekly Roundup is here for the week ending on June 15th, 2025.
Android Leftovers
On your Android phone, you can make an emergency button that sends your current location to your chosen contact
Void Linux Releases XBPS Package Manager v0.60
Void Linux’s package manager XBPS hits version 0.60
Why I Love My New Linux Window Manager
Bloat is the bane of modern computing
High Tide (GTK4/libadwaita TIDAL Client for Linux) Hits Flathub
High Tide, the GTK4/libadwaita TIDAL client for Linux, is now available on Flathub
Kubuntu Focus M2 Gen 6: Powerful Linux laptop launches with RTX 5070 Ti, Ultra 9 275HX and space for up to 96 GB RAM
The Kubuntu Focus M2 Gen 6 is a new and powerful laptop made of aluminum alloy that packs a punch in terms of APU and GPU
I switched to NixOS after using Windows my whole life, and here’s how it went
I’ve been using the Linux distro on and off in a dual-boot setup for about a year or two
I Dug Up the Biggest Files on My Linux PC, Here's What I Found
Fortunately for me, on Linux, there's a simple terminal command that let me easily drag up the heftiest files
Windows 10 is ending – How to switch from Windows 10 to Zorin OS in 10 easy steps
I believe that Linux can provide a fantastic alternative to the operating system experience
Free and Open Source Software
This is free and open source software
OrangePi Equips Gateway Board with RISC-V Processor, Four RJ45 Ports, and OpenWRT Support
Software support includes OpenWRT and Ubuntu. OpenWRT comes pre-configured with WAN/LAN roles and can be accessed via SSH or LuCI
EmmaDE6 RC 1 features maintenance and documentation updates
The Emmabuntüs Collective is pleased to announce the release of the new Emmabuntüs Debian Edition 6 RC 1 64-bit on June 9
deepin 25 Beta Release Note - Deepin Technology Community
the deepin development team has focused primarily on refining system stability and resolving issues in the deepin 25 Beta release
Free, Libre, and Open Source Software Leftovers
FOSS and more
GNU/Linux Leftovers
applications and more
Programming Leftovers
Development picks
Open Hardware: Raspberry Pi, Adaptive Keyboards, and More
Hardware picks
today's howtos
SUnday's howtos
The 5 Easiest Arch Linux Distros to Get Started With
it's also true that vanilla Arch Linux is a very minimal distro and doesn't ship with graphical tools
Android Leftovers
A native PS3 emulator for Android is available on the Play Store
Rspamd 3.12: Faster, Smarter, and More Secure Spam Filtering
Rspamd 3.12 open-source spam filtering system lands with major security fixes
ODF: An Analysis of the Adoption of the Open Document Format
Over the course of its 20-year history, the ODF standard has been adopted, or at least recommended
Free and Open Source Software
This is free and open source software
NeptuneOS 8.2 Service Release & Neptune 9.0 “Maja” Beta now available
Beta release of Neptune 9.0, codename “Maja”
Today in Techrights
Some of the latest articles
GNU/Linux, BSD, and More
today's leftovers
Retro/Modding and Devices/Embedded With GNU/Linux
hardware picks
OpenSUSE Updates: Quiz Set for Conferences and Latest in Tumbleweed
Tumbleweed changes
Security and Windows TCO Leftovers
patches and breaches
Programming Leftovers
Development picks
Red Hat and Fedora Leftovers
mostly Red Hat
GNU/Linux Applications: Mixture of Updates
Applications mostly
today's howtos
many howtos
Nitrux Linux Drops Its KDE Plasma-Based NX Desktop for Hyprland
Nitrux developer Uri Herrera announced today that their NX Desktop graphical environment, based on the KDE Plasma desktop, will no longer be developed and replaced by Hyprland.
KDE Frameworks 6.15 Improves Accessibility in Plasma’s System Settings App
The KDE Project released KDE Frameworks 6.15 as the latest version of this collection of more than 70 add-on libraries to Qt, providing commonly needed functionality to KDE apps and the KDE Plasma desktop.
Linux is slowly taking over my life as a PC gamer
I've never been a Linux-first user
Discover Linux Mint 22: How Cinnamon Became the Sleek, Speedy Desktop Champion of 2025
Linux Mint has long held a cherished place in the hearts of Linux users seeking a balance between elegance
Denmark’s Government Ditches Microsoft for Open Source
A part of the Danish government is phasing out the use of Microsoft products
6 free software tools I love on my Raspberry Pi
If you approach any Raspberry Pi fan and ask them about their favorite free apps for the SBC
LibreOffice 25.8 Beta1 is available for testing
LibreOffice 25.8 will be released as final at the end of August, 2025
Free and Open Source Software
This is free and open source software
Linux Candy: WSelector – wallpaper selector manager
We only feature open source software in this series
This Week in Plasma: Wayland PiP and accessibility!
This week we finished polishing up Plasma 6.4 for release
Long live Xorg, I mean Xlibre!
After all, in the Linux space, ad hominem is often a more powerful way of deflecting resistance than debating technological merits of software
Why I'm leaving Firefox for good - here's the browser I'm using now instead
I've been coming back to Firefox-based browsers for years
Lyra Zero W Packs RK3506B and Wi-Fi 6 into Raspberry Pi Zero-Sized Board
The board runs Linux, though a dedicated Wiki page for this specific variant had not been published at the time of writing
I found a Linux distro that combines the best parts of other operating systems (and it works)
BlueStar Linux combines various design elements that work on other platforms into a visually pleasing distro
Games: SteamOS, Stardeus, Paris Transylvania, and More
latest 9 from GamingOnLinux
Is 2025 finally the year of Linux? We asked shoppers at Micro Center
Exciting
GNU/Linux Leftovers
games and more
Security Leftovers
Security-related picks
Red Hat and Fedora Leftovers
technical articles
Open Hardware/Modding: ESP32, Raspberry Pi
hardware picks
Programming Leftovers
Development picks
Today in Techrights
Some of the latest articles