Tux Machines

Do you waddle the waddle?

Other Sites

Tor Project blog

New Release: Tor Browser 14.5.6

This version includes important security updates to Firefox.

9to5Linux

Thunderbird 142 Brings Support for Adding Visual Signatures to PDF Attachments

Highlights of Thunderbird 142 include support for adding visual signatures to PDF attachments opened in Thunderbird, support for resetting custom folder sorting in the folder pane via a new ‘Reset Folder Order’ option, and folder copy support within mail server accounts and local folders.

Firefox 143 Is Now Available for Public Beta Testing, Here’s What to Expect

Firefox 143 looks like a solid release for Android users as it adds support for xHE-AAC audio playback, support for viewing the download progress in real time with controls to pause, resume, retry, or cancel directly from the Downloads screen, and improved support for persistent notifications to properly open Firefox with the relevant web page.

Firefox 142 Web Browser Is Now Available for Download, Here’s What’s New

Firefox 142 introduces support for a flexible exception list in the Enhanced Tracking Protection (ETP) Strict mode, which should fix broken site features caused by tracker blocking. Exceptions are split into baseline (core functionality) and convenience (extra features), so you can opt for improved site compatibility without compromising key privacy protections.

Internet Society

How to Achieve Universal Connectivity

Claudio is responsible for bringing tourists to his community. Up until early 2025, that meant riding a boat across the River Chagres to the nearest place with Internet or a phone line, where he would arrange the day’s visits with tour guides living in the city. He is an Emberá, an Indigenous group living in Panama.  

OpenSSH 9.1 released (UPDATED)

posted by Roy Schestowitz on Oct 04, 2022,
updated Oct 05, 2022

OpenSSH 9.1 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.0 =========================
This release is focused on bug fixing.
Security ========
This release contains fixes for three minor memory safety problems. None are believed to be exploitable, but we report most memory safety problems as potential security vulnerabilities out of caution.
* ssh-keyscan(1): fix a one-byte overflow in SSH- banner processing. Reported by Qualys
* ssh-keygen(1): double free() in error path of file hashing step in signing/verify code; GHPR333
* ssh-keysign(8): double-free in error path introduced in openssh-8.9
Potentially-incompatible changes --------------------------------
* The portable OpenSSH project now signs commits and release tags using git's recent SSH signature support. The list of developer signing keys is included in the repository as .git_allowed_signers and is cross-signed using the PGP key that is still used to sign release artifacts: https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/RELEASE_KEY.asc
* ssh(1), sshd(8): SetEnv directives in ssh_config and sshd_config are now first-match-wins to match other directives. Previously if an environment variable was multiply specified the last set value would have been used. bz3438
* ssh-keygen(8): ssh-keygen -A (generate all default host key types) will no longer generate DSA keys, as these are insecure and have not been used by default for some years.
New features ------------
* ssh(1), sshd(8): add a RequiredRSASize directive to set a minimum RSA key length. Keys below this length will be ignored for user authentication and for host authentication in sshd(8).
ssh(1) will terminate a connection if the server offers an RSA key that falls below this limit, as the SSH protocol does not include the ability to retry a failed key exchange.
* sftp-server(8): add a "users-groups-by-id@openssh.com" extension request that allows the client to obtain user/group names that correspond to a set of uids/gids.
* sftp(1): use "users-groups-by-id@openssh.com" sftp-server extension (when available) to fill in user/group names for directory listings.
* sftp-server(8): support the "home-directory" extension request defined in draft-ietf-secsh-filexfer-extensions-00. This overlaps a bit with the existing "expand-path@openssh.com", but some other clients support it.
* ssh-keygen(1), sshd(8): allow certificate validity intervals, sshsig verification times and authorized_keys expiry-time options to accept dates in the UTC time zone in addition to the default of interpreting them in the system time zone. YYYYMMDD and YYMMDDHHMM[SS] dates/times will be interpreted as UTC if suffixed with a 'Z' character.
Also allow certificate validity intervals to be specified in raw seconds-since-epoch as hex value, e.g. -V 0x1234:0x4567890. This is intended for use by regress tests and other tools that call ssh-keygen as part of a CA workflow. bz3468
* sftp(1): allow arguments to the sftp -D option, e.g. sftp -D "/usr/libexec/sftp-server -el debug3"
* ssh-keygen(1): allow the existing -U (use agent) flag to work with "-Y sign" operations, where it will be interpreted to require that the private keys is hosted in an agent; bz3429
Bugfixes --------
* ssh-keygen(1): implement the "verify-required" certificate option. This was already documented when support for user-verified FIDO keys was added, but the ssh-keygen(1) code was missing.
* ssh-agent(1): hook up the restrict_websafe command-line flag; previously the flag was accepted but never actually used.
* sftp(1): improve filename tab completions: never try to complete names to non-existent commands, and better match the completion type (local or remote filename) against the argument position being completed.
* ssh-keygen(1), ssh(1), ssh-agent(1): several fixes to FIDO key handling, especially relating to keys that request user-verification. These should reduce the number of unnecessary PIN prompts for keys that support intrinsic user verification. GHPR302, GHPR329
* ssh-keygen(1): when enrolling a FIDO resident key, check if a credential with matching application and user ID strings already exists and, if so, prompt the user for confirmation before overwriting the credential. GHPR329
* sshd(8): improve logging of errors when opening authorized_keys files. bz2042
* ssh(1): avoid multiplexing operations that could cause SIGPIPE from causing the client to exit early. bz3454
* ssh_config(5), sshd_config(5): clarify that the RekeyLimit directive applies to both transmitted and received data. GHPR328
* ssh-keygen(1): avoid double fclose() in error path.
* sshd(8): log an error if pipe() fails while accepting a connection. bz3447
* ssh(1), ssh-keygen(1): fix possible NULL deref when built without FIDO support. bz3443
* ssh-keyscan(1): add missing *-sk types to ssh-keyscan manpage. GHPR294.
* sshd(8): ensure that authentication passwords are cleared from memory in error paths. GHPR286
* ssh(1), ssh-agent(1): avoid possibility of notifier code executing kill(-1). GHPR286
* ssh_config(5): note that the ProxyJump directive also accepts the same tokens as ProxyCommand. GHPR305.
* scp(1): do not not ftruncate(3) files early when in sftp mode. The previous behaviour of unconditionally truncating the destination file would cause "scp ~/foo localhost:foo" and the reverse "scp localhost:foo ~/foo" to delete all the contents of their destination. bz3431
* ssh-keygen(1): improve error message when 'ssh-keygen -Y sign' is unable to load a private key; bz3429
* sftp(1), scp(1): when performing operations that glob(3) a remote path, ensure that the implicit working directory used to construct that path escapes glob(3) characters. This prevents glob characters from being processed in places they shouldn't, e.g. "cd /tmp/a*/", "get *.txt" should have the get operation treat the path "/tmp/a*" literally and not attempt to expand it.
* ssh(1), sshd(8): be stricter in which characters will be accepted in specifying a mask length; allow only 0-9. GHPR278
* ssh-keygen(1): avoid printing hash algorithm twice when dumping a KRL
* ssh(1), sshd(8): continue running local I/O for open channels during SSH transport rekeying. This should make ~-escapes work in the client (e.g. to exit) if the connection happened to have stalled during a rekey event.
* ssh(1), sshd(8): avoid potential poll() spin during rekeying
* Further hardening for sshbuf internals: disallow "reparenting" a hierarchical sshbuf and zero the entire buffer if reallocation fails. GHPR287
Portability -----------
* ssh(1), ssh-keygen(1), sshd(8): automatically enable the built-in FIDO security key support if libfido2 is found and usable, unless --without-security-key-builtin was requested.
* ssh(1), ssh-keygen(1), sshd(8): many fixes to make the WinHello FIDO device usable on Cygwin. The windows://hello FIDO device will be automatically used by default on this platform unless requested otherwise, or when probing resident FIDO credentials (an operation not currently supported by WinHello).
* Portable OpenSSH: remove workarounds for obsolete and unsupported versions of OpenSSL libcrypto. In particular, this release removes fallback support for OpenSSL that lacks AES-CTR or AES-GCM.
Those AES cipher modes were added to OpenSSL prior to the minimum version currently supported by OpenSSH, so this is not expected to impact any currently supported configurations.
* sshd(8): fix SANDBOX_SECCOMP_FILTER_DEBUG on current Linux/glibc
* All: resync and clean up internal CSPRNG code.
* scp(1), sftp(1), sftp-server(8): avoid linking these programs with unnecessary libraries. They are no longer linked against libz and libcrypto. This may be of benefit to space constrained systems using any of those components in isolation.
* sshd(8): add AUDIT_ARCH_PPC to supported seccomp sandbox architectures.
* configure: remove special casing of crypt(). configure will no longer search for crypt() in libcrypto, as it was removed from there years ago. configure will now only search libc and libcrypt.
* configure: refuse to use OpenSSL 3.0.4 due to potential RCE in its RSA implementation (CVE-2022-2274) on x86_64.
* All: request 1.1x API compatibility for OpenSSL >=3.x; GHPR#322
* ssh(1), ssh-keygen(1), sshd(8): fix a number of missing includes required by the XMSS code on some platforms.
* sshd(8): cache timezone data in capsicum sandbox.
Checksums: ==========
- SHA1 (openssh-9.1.tar.gz) = 3ae2d6a3a695d92778c4c4567dcd6ad481092f6c - SHA256 (openssh-9.1.tar.gz) = QKfVArlcItV+e8V1Th85TL5//5d/AvOUhYOeHMDEGuE=
- SHA1 (openssh-9.1p1.tar.gz) = 15545440268967511d3194ebf20bcd0c7ff3fcc9 - SHA256 (openssh-9.1p1.tar.gz) = GfhQCcfj4jeH8CNvuxV4OSq01L+fjsX+a8HNfov90og=
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

UPDATE

A couple of reference pages:

Other Recent Tux Machines' Posts

Defending Tux Machines From SLAPPs [original]
we're convinced justice will prevail
Firefox 142 Web Browser Is Now Available for Download, Here’s What’s New
After being in beta phase during the past month, the Firefox 142 open-source web browser is now available for download ahead of its official unveiling on August 19th, 2025.
Release of Zephix 8
Zephix v8 (Zephix_8-x86_64) was released
Release of LibreELEC 12.2.0
LibreELEC 12.2.0 is out
VirtualBox 7.2 Officially Released with Initial Support for Linux Kernel 6.17
Oracle released today VirtualBox 7.2 as the latest stable version of this open-source, free, and cross-platform virtualization software for GNU/Linux, Solaris, macOS, and Windows systems.
 
Thunderbird 142 Brings Support for Adding Visual Signatures to PDF Attachments
Thunderbird 142 is out today as the latest stable version of this popular, free, open-source, and cross-platform email client for GNU/Linux, macOS, Android, and Windows.
Standards and Free, Libre, and Open Source Software
mostly the former
Operating Systems: Steam OS, illumos, Easy Excalibur 7.0.2, BSD, Debian, Ubuntu
OS news
Fedora and Red Hat Leftovers
mostly redhat.com links
Programming Leftovers
Development with Perl and more
Security Leftovers
Security and Windows TCO
Open Hardware/Modding: ESP32, Retro, and Lots of Focus on New Product of Raspberry Pi
Raspberry Pi mostly
KDE, Qt, and GNOME Development
desktop environments' picks
Audiocasts/Shows: Destination Linux and Late Night Linux
2 new episodes
today's howtos
many howtos anfd technical pieces
Firefox 143 Is Now Available for Public Beta Testing, Here’s What to Expect
With Firefox 142 promoted to the stable channel, Mozilla has promoted today the next major release, Firefox 143, to the beta channel for public testing.
GNU/Linux Leftovers
3 picks for today
Windows Update Is Killing SSDs! Should You Switch to Linux?
The moment to make the move to Linux is now
Games: Pre-Fortress 2, Monster Sanctuary, Valve, Bioneers, and More
gaming related news from GamingOnLinux
Free and Open Source Software
This is free and open source software
A journey of a thousand smiles: Questing Quokka
Embarking on a quest can be serious business – whether you’re going off on a family holiday or traveling the hills of Britain in search of the holy grail
Firefox just got better for Chinese, Japanese and Korean speakers on Android
When Firefox users ask for better translation support, we make it happen
Valnet Inc. on UNIX-based OSes Like SerenityOS, Clinging Onto Windows, Proxmox, and GNU/Linux
This week's and last weekend's articles
4 reasons why MX Linux is my cherry-pick for reviving ancient laptops with Linux
Experience the perfect balance of performance and simplicity on your old machine with MX Linux.
Today in Techrights
Some of the latest articles
Android Leftovers
I created a personal command center with Android's Quick Settings tiles
Ventoy 1.1.06 Brings TrueNAS Scale Support
Ventoy 1.1.06, an open-source tool for creating a bootable USB drive to load multiple ISO files
Zulip 11.0 Team Chat Brings Message Reminders, Channel Folders
Zulip 11.0, an open-source collaboration tool
Kdenlive 25.08.0 released
The Kdenlive team is happy to announce the release of version 25.08.0 packed with over 300 commits and fixing more than 15 crashes
Release of Debian GNU/Hurd 2025
Debian GNU/Hurd
Free and Open Source Software
This is a series of articles looking at the ASRock Industrial NUC BOX-255H running Linux
After using Gentoo Linux and KDE for 15 years I have switched to Lubuntu (LXQt)
Recently both my laptops – a ten-year-old 14″ Clevo W230SS running the stable version of Gentoo Linux
LabPlot 2.12.1 released
Today we are announcing the availability of the minor patch release 2.12.1
GNU/Linux and BSD Leftovers
mostly GNU/Linux though
Free, Libre, and Open Source Software Leftovers
FOSS picks for today
Slackware: New Site for Blog and GRUB Theme
Slackware leftovers
Debian Leftovers
Debian stories
Canonical/Ubuntu Leftovers
2 picks from Joey Sneddon
Default Wallpapers for Ubuntu 25.10 Questing Quokka Revealed
Ubuntu 25.10, code-name Questing Quokka, is coming soon in next few months
5 reasons to switch to an immutable Linux distro today - and which to try first
Immutable Linux distros are getting more popular
This Linux distro puts more than 20 desktops a click away
Sparky Linux 8 also gives you plenty of browsers to pick from
Programming Leftovers
Development picks
Fedora Community Blog: Simplifying Package Submission, Progress
Fedora news
Games: Steam News, "The King is Watching", and Amiga Hacking
gaming related news
Videos and Audiocasts/Shows: History of UNIX, LINUX Unplugged, This Week in Linux, mintCast
new ones out now
today's howtos
many Monday howtos
Open Hardware/Modding: Raspberry Pi, Name That Ware, One Hertz Challenge
hardware picks
Linux 6.17-rc2
new RC last night
BSD and GNU/Linux Leftovers
3 more stories, some kernel and BSD also
Shotcut 25.08 Video Editor Arrives with Key Fixes
Shotcut 25.08 video editor update resolves issues from 25.07
What to Expect From TrueNAS 25.10 Open-Source Storage
TrueNAS 25.10 "Goldeye" open-source NAS is on the way
macOS vs. Linux: Which Is Best for Your Homelab?
Are you torn between running macOS or Linux in your homelab
Sparky 9 code name and repos
The new, upcoming Sparky 9 code name and repos is set
Best Free and Open Source Software
This is free and open source software
Review: Debian 13 "Trixie"
Debian is one of the world's oldest surviving distributions
Cubie A7A with Allwinner A733 & LPDDR5 RAM Launches, Starting at $28.70
The board is supported by Debian Linux, Android, and Buildroot-based distributions
We All Need to Promote GNU/Linux (Human Rights Depend on This) [original]
Will technical people take the lead and usher others out of this mess?
Site Housekeeping and Backup Day [original]
Yesterday afternoon we also did maintenance on this server
Today in Techrights
Some of the latest articles
9to5Linux Weekly Roundup: August 17th, 2025
The 253rd installment of the 9to5Linux Weekly Roundup is here for the week ending on August 17th, 2025.
XDA in Praise of Desktop Environments and It's FOSS Looks at Hyprland
choice is good
Three XDA Articles: Distrobox, GNU/Linux for Old PCs, and a Look at Endless OS
GNU/Linux articles
Free, Libre, and Open Source Software, Programming, and Standards
FOSS and more
Debian turns 32, updates and additions in Debian 13 Trixie
Debian picks
Open Hardware/Modding: Pine64, STM32, ESP32, and More
hardware picks
today's howtos
a bunch of howtos again
Wine 10.13 (Wine-Staging 10.13)
two new releases
This Week in Plasma: a lot of polishing!
This week we didn’t focus on features, and instead fixed bugs, improved performance, and improved the UI
KDE, Akademy, and GNOME
desktop work, events
Android Leftovers
This excellent Samsung Good Lock feature should come to all Android phones
Bored on Linux? Try These 7 Open Source Ports of Classic Games
If you're using a Linux computer, you may think many games you want to play
I Run a Full Linux Desktop in Docker Just Because I Can
Like me, you've probably heard the unofficial rule of Docker: it's for lightweight
6 Linux command line tricks everyone should know
The Linux terminal may seem rather daunting when you’re accustomed to Windows' menu-based interface
GNU/Linux Leftovers
4 stories
GNOME 49 Beta Released for Public Testing on GNOME’s 28th Anniversary
The GNOME Project announced today the beta version of the upcoming GNOME 49 desktop environment series for public testing with more new features, improvements, and bug fixes, just in time for GNOME’s 28th anniversary.
Free and Open Source Software
This is free and open source software
Various desktop Linux tips for newbies
There has been quite a surge in interest towards desktop Linux lately
A Slackware theme for your Grub
Long ago, when all we had was 32bit Slackware and I was working on realizing the 64bit variant of Slackware
Holiday Plans [original]
We're meanwhile trying to keep "on top" of the news
Today in Techrights
Some of the latest articles
Linux Mint 22.2 “Zara” Is Available for Public Beta Testing, Download Now
After a few days of testing, the Linux Mint team has published today the ISO images of the beta version of the upcoming Linux Mint 22.2 release, which can be downloaded (for testing purposes) from the official mirrors.