Skip to content

DeCarabas/fwd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

766aad1 · Jan 24, 2023

History

84 Commits
Jan 20, 2023
Oct 26, 2022
Jan 24, 2023
Oct 4, 2022
Jan 24, 2023
Jan 24, 2023
Oct 26, 2022
Oct 27, 2022
Oct 18, 2022
Oct 16, 2022
Dec 16, 2022

Repository files navigation

fwd

A port-forwarding utility.

Here's how it works:

  1. You install fwd on the server.
  2. You install fwd on the client.
  3. You run fwd on the client to connect to the server, like so:
[email protected]$ 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.