-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add support for OpenSSH forwarding Unix sockets (#550)
OpenSSH clients can forward Unix sockets instead of TCP ports with the same `-L` flag using a slightly modified argument. This patch should allow users to take advantage of the full syntax. From the man pages: ``` -L [bind_address:]port:host:hostport -L [bind_address:]port:remote_socket -L local_socket:host:hostport -L local_socket:remote_socket ``` This patch also adds a protection for the feature.
- Loading branch information
Lihu Ben-Ezri-Ravin
authored
Jul 23, 2021
1 parent
c95b8ee
commit bcf7078
Showing
3 changed files
with
56 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters