7 releases (breaking)
0.9.0 | Aug 10, 2024 |
---|---|
0.8.1 | Mar 1, 2024 |
0.7.0 | Apr 30, 2023 |
0.6.2 | Apr 26, 2023 |
0.1.0 | Oct 26, 2022 |
#1931 in Network programming
383 downloads per month
145KB
3.5K
SLoC
fwd
A port-forwarding utility.
Here's how it works:
- Get the latest release of
fwd
- You install
fwd
on the server somewhere in your$PATH
(like/usr/bin/
) - You install
fwd
on the client (like your laptop) - You run
fwd
on the client to connect to the server, like so:
doty@my.laptop$ fwd some.server
fwd
will connect to some.server
via ssh, and then show you a screen listing all of the ports that the server is listening on locally.
Use the up and down arrow keys (or j
/k
) to select the port you're interested in and press e
to toggle forwarding of that port.
Now, connections to that port locally will be forwarded to the remote server.
If the port is something that might be interesting to a web browser, you can press <ENTER>
with the port selected to open a browser pointed at that port.
If something is going wrong, pressing l
will toggle logs that might explain it.
Press q
to quit.
Future Improvements:
-
Clipboard integration: send something from the remote end of the pipe to the host's clipboard. (Sometimes you really want to copy some big buffer from the remote side and your terminal just can't make that work.)
-
Client heartbeats: I frequently wind up in a situation where the pipe is stalled: not broken but nothing is getting through. (This happens with my coder.com pipes all the time.)
Dependencies
~7–18MB
~254K SLoC