Home
|
FAQ
|
Feedback
|
Licence
|
Updates
|
Mirrors
|
Keys
|
Links
|
Team
Download:
Stable
·
Snapshot
|
Docs
|
Privacy
|
Changes
|
Wishlist
When PuTTY forwards a port, the client's end of the forwarding is currently always run over a TCP connection. There's no reason we couldn't support Unix-domain sockets as an alternative – even on Windows, which has them too these days.
See also forwarding-unix-sockets-server, which describes the use of Unix sockets at the server end (via the OpenSSH protocol extension). That could be done as an independent piece of work, though it would probably make thematic sense to do both together.