ubuntu/+source/openssh:ubuntu/noble-proposed

Last commit made on 2024-04-05
Get this branch:
git clone -b ubuntu/noble-proposed https://git.launchpad.net/ubuntu/+source/openssh
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/noble-proposed
Repository:
lp:ubuntu/+source/openssh

Recent commits

bcefa00... by Nick Rosbrook

changelog

db28c84... by Nick Rosbrook

debian/patches: only set PAM_RHOST if remote host is not "UNKNOWN"

(LP: #2060150)

21d4079... by Nick Rosbrook

debian/openssh-server.postinst: don't re-enable ssh.socket if it was disabled

If upgrading from a version that already has socket activation on by
default, and ssh.socket is disabled, it's probably because the admin did
so.

(LP: #2059874)

7123f68... by Marco Trevisan (Treviño)

Update changelog

b1ea16e... by Marco Trevisan (Treviño)

debian: Remove dependency on libsystemd

As per the xz backdoor we learned that the least dependencies sshd have
the best it is, so avoid to plug libsystemd (which also brings various
other dependencies) inside sshd for no reason.

Use both the upstream patch for notification support and the socket
activation refactor by Colin Watson.

920a34a... by Nick Rosbrook

d/p/sshd-socket-generator.patch: do not always ignore ListenStream=22 (LP: #2059872)

sshd-socket-generator does not write an override config if it's
unnecessary, i.e. when the default config is being used. The current
logic is broken when a user has something like:

 Port 22
 Port 1024

because port 22 on 0.0.0.0/:: is always ignored. Fix this by skipping
the override only when this is the _only_ ListenStream= that would be
written.

aace294... by Steve Langasek

1:9.6p1-3ubuntu12 (patches unapplied)

Imported using git-ubuntu import.

c235339... by Andreas Hasenack

d/t/ssh-gssapi: disable -e in cleanup()

29a30f8... by Andreas Hasenack

changelog

bd4fedd... by Andreas Hasenack

d/t/ssh-gssapi: add klist output in the case of failure