Skip to content

Commit

Permalink
add vsock-mux/* in ssh config drop-in
Browse files Browse the repository at this point in the history
systemd#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!
  • Loading branch information
gdamjan authored and bluca committed Mar 6, 2025
1 parent cbcaf9f commit 299b70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ssh-generator/20-systemd-ssh-proxy.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 299b70f

Please sign in to comment.