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
This project currently has a focus on creating TCP/IP-based connections. Additionally, we should provide a way to connect to a remote server that is listening on a Unix domain socket (UDS) path. For example, this is a common setup when using databases (MySQL etc.). We may be able to use the ssh -L option which also supports Unix socket paths in recent OpenSSH versions (unlike the -W and -D options).
The text was updated successfully, but these errors were encountered:
This project currently has a focus on creating TCP/IP-based connections. Additionally, we should provide a way to connect to a remote server that is listening on a Unix domain socket (UDS) path. For example, this is a common setup when using databases (MySQL etc.). We may be able to use the
ssh -L
option which also supports Unix socket paths in recent OpenSSH versions (unlike the-W
and-D
options).The text was updated successfully, but these errors were encountered: