]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
add vsock-mux/* in ssh config drop-in
authorДамјан Георгиевски <gdamjan@gmail.com>
Thu, 6 Mar 2025 20:29:44 +0000 (21:29 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 6 Mar 2025 22:34:34 +0000 (22:34 +0000)
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

index 912cc1f9ac409379939fcc78e44d47ba2fa9a5f3..bcd0d456208a7da082a626d533c070c4ae00e7a9 100644 (file)
@@ -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