Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Portforward sourceaddress #1353

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

McNobody
Copy link

Possibility to set up source address of the SSH port forwards.

This allows for example to use same local port for several forwards by using different local IPs.
For example forward:

  • machine1(127.0.100.1):8080 -> machine1:80
  • machine2(127.0.100.2):8080 -> machine2:80

If DNS is configured for examples by VPN, this allow quite dynamic port forwards and using just hostnames and port in browser.

This probably allows also this: #1248
I have not tried with public IP to check if something like OpenSSH's GatewayPorts option is still needed.

@CLAassistant
Copy link

CLAassistant commented Jan 10, 2024

CLA assistant check
All committers have signed the CLA.

@McNobody
Copy link
Author

Is it possible to view and accept this pull request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants