mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[PR #567] [MERGED] Drop Debian 10, add preliminary support for Debian 13 #578
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#578
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ovh/the-bastion/pull/567
Author: @speed47
Created: 8/8/2025
Status: ✅ Merged
Merged: 8/11/2025
Merged by: @speed47
Base:
master← Head:debian📝 Commits (10+)
c56d8d4chg: drop Debian 10, preliminary support for Debian 13f9cb853fix: workaround a deluser bug in Debian 1386686bffix: supported key algorithms detection for OpenSSH >= 102c0027afix: remove tests for DSA keys, compiled out of recent OpenSSH versions0810ab1fix: tests: better detect faulty modules syntax0baec1ffix: tests: remove support for MD5 fingerprintsf67c562chore: tests: bump FreeBSD from 14.2 to 14.38d1d6c8chore: remove references to NetBSD/OpenBSD in the code4a2fa43fix: recent versions of sshd have a separate sshd-session $06278a96fix: tests: freebsd: proper reload of recent sshd📊 Changes
24 files changed (+189 additions, -282 deletions)
View changed files
📝
.github/workflows/freebsd.yml(+1 -1)📝
.github/workflows/tests.yml(+1 -1)📝
README.md(+3 -3)📝
bin/admin/install(+1 -3)📝
bin/admin/install-mkhash-helper.sh(+0 -9)📝
bin/admin/install-yubico-piv-checker.sh(+0 -9)📝
bin/shell/connect.pl(+17 -7)📝
doc/CHANGELOG.md(+1 -1)📝
doc/release-notes/v3.19.00.md(+1 -1)📝
doc/sphinx/installation/basic.rst(+3 -3)📝
doc/sphinx/installation/docker.rst(+2 -2)📝
docker/Dockerfile.debian13(+2 -2)➕
etc/pam.d/sshd.debian13(+91 -0)📝
etc/ssh/ssh_config.debian13(+3 -2)📝
etc/ssh/sshd_config.debian13(+3 -2)📝
lib/perl/OVH/Bastion.pm(+1 -1)📝
lib/perl/OVH/Bastion/allowdeny.inc(+1 -4)📝
lib/perl/OVH/Bastion/os.inc(+11 -100)📝
lib/perl/OVH/Bastion/ssh.inc(+12 -15)📝
lib/shell/functions.inc(+6 -36)...and 4 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.