From: Дамјан Георгиевски Date: Thu, 6 Mar 2025 20:29:44 +0000 (+0100) Subject: add vsock-mux/* in ssh config drop-in X-Git-Tag: v258-rc1~1157 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=299b70f85af4dd4dbee51be2c9d9a627b12a0991;p=thirdparty%2Fsystemd.git add vsock-mux/* in ssh config drop-in https://github.com/systemd/systemd/pull/32941 added support for firecracker/cloud-hypervisor and their unix-domain socket to AF_VSOCK multiplex. but I forgot to add the pattern in the ssh config drop-in. fix it now! --- diff --git a/src/ssh-generator/20-systemd-ssh-proxy.conf.in b/src/ssh-generator/20-systemd-ssh-proxy.conf.in index 912cc1f9ac4..bcd0d456208 100644 --- a/src/ssh-generator/20-systemd-ssh-proxy.conf.in +++ b/src/ssh-generator/20-systemd-ssh-proxy.conf.in @@ -9,7 +9,7 @@ Host .host machine/.host # Make sure unix/* and vsock/* can be used to connect to AF_UNIX and AF_VSOCK paths. # Make sure machine/* can be used to connect to local machines registered in machined. # -Host unix/* vsock/* machine/* +Host unix/* vsock/* vsock-mux/* machine/* ProxyCommand {{LIBEXECDIR}}/systemd-ssh-proxy %h %p ProxyUseFdpass yes CheckHostIP no