From 299b70f85af4dd4dbee51be2c9d9a627b12a0991 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=D0=94=D0=B0=D0=BC=D1=98=D0=B0=D0=BD=20=D0=93=D0=B5=D0=BE?= =?utf8?q?=D1=80=D0=B3=D0=B8=D0=B5=D0=B2=D1=81=D0=BA=D0=B8?= Date: Thu, 6 Mar 2025 21:29:44 +0100 Subject: [PATCH] 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! --- src/ssh-generator/20-systemd-ssh-proxy.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3