You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to directly pass through a socket from the host to the guest? The best solution I’ve been able to come up with so far is to use ssh socket forwarding, but it ends up being pretty messy as you have to have a ssh client running in the guest at all times.