From: Lennart Poettering Date: Wed, 27 Sep 2023 17:08:56 +0000 (+0200) Subject: update TODO X-Git-Tag: v255-rc1~411 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b28bd48238ef616e9a915bee59f621235d0489d9;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 07701ee7df0..b2bc9bec5aa 100644 --- a/TODO +++ b/TODO @@ -133,6 +133,15 @@ Deprecations and removals: Features: +* add new "systemd-ssh-generator", which allows basic ssh config via + credentials (host key). It generates sshd.socket for IP, but also + sshd-vsock.socket for listening on AF_VSOCK when running in a VM, and + sshd-unix.socket on AF_UNIX when running in a container. It also generates a + matching sshd.service file with a host key passed in on the cmdline via + credentials. Then, add a ssh_config drop-in that matches some suitable + hostname pattern and has a ProxyCommand set that allows connecting to any + local VM/container that way without any networking configured. + * in the service manager, pick up ERRNO= + BUSERROR= + VARLINKERROR= error identifiers, and store them along with the exit status of a server and report via "systemctl status".