ubuntu/+source/openssh:ubuntu/devel

Last commit made on 2024-11-19
Get this branch:
git clone -b ubuntu/devel 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/devel
Repository:
lp:ubuntu/+source/openssh

Recent commits

84a75b8... by Nick Rosbrook

changelog

61d2b00... by Nick Rosbrook

d/p/sshd-socket-generator.patch: refresh for sshd_config comment

e5acdd7... by Nick Rosbrook

d/t/systemd-socket-activation: add wait while unit is reloading

This avoids a race condition where we sometimes fail the assertion
that ActiveState=active after systemctl reload.

(LP: #2089049)

1d7d92d... by Nick Rosbrook

d/openssh-server.ucf-md5sum: update for new sshd_config comments

caa7992... by Nick Rosbrook

document /etc/ssh/sshd_config.d/*.conf better in sshd_config

(LP: #2088207)

3b5fd3f... by Nick Rosbrook

update changelog

c1aaf2a... by Nick Rosbrook

d/openssh-server.links: add full sshd.service -> ssh.service alias

(LP: #2087949)

38f4a84... by Nick Rosbrook

update-maintainer

e32bda7... by Nick Rosbrook

merge-changelogs

ef40d4c... by Nick Rosbrook

d/p/systemd-socket-activation.patch: refresh and adapt for sshd-session

sshd now executes a ssh-session binary instead of re-execing itself.
Adapt the socket activation logic for this. Namely, add a flag to
sshd-session that can be used to pass the number of systemd listen fds.
This is needed to correctly offset the REEXEC_* fd values.