Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:FactoryCandidates
dracut-sshd
0003-Support-OpenSSH-9.8-for-openSUSE.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0003-Support-OpenSSH-9.8-for-openSUSE.patch of Package dracut-sshd
From 6377dc91b655cc1027bbfcf5ff092cc64b8cf013 Mon Sep 17 00:00:00 2001 From: Antonio Alvarez Feijoo <antonio.feijoo@suse.com> Date: Tue, 30 Jul 2024 09:42:59 +0200 Subject: [PATCH 3/3] Support OpenSSH 9.8 for openSUSE Follow-up for 70e5062427a5da3732721ea6d3064d5936d0f0e9 --- 46sshd/module-setup.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/46sshd/module-setup.sh b/46sshd/module-setup.sh index 7f26087..3eee79c 100755 --- a/46sshd/module-setup.sh +++ b/46sshd/module-setup.sh @@ -61,9 +61,10 @@ install() { # Copy ssh helper executables for OpenSSH 9.8+ # /usr/lib/ssh -> Arch # /usr/lib(64)/misc -> Gentoo - # /usr/libexec/openssh -> Fedora (possibly) + # /usr/libexec/openssh -> Fedora + # /usr/libexec/ssh -> openSUSE local d - for d in /usr/lib/ssh /usr/lib64/misc /usr/lib/misc /usr/libexec/openssh ; do + for d in /usr/lib/ssh /usr/lib64/misc /usr/lib/misc /usr/libexec/openssh /usr/libexec/ssh ; do if [ -f "$d"/sshd-session ]; then inst_multiple "$d"/{sshd-session,sftp-server} break -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor