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

Request for Supporting RemoteForward Configuration in .ssh/config within VSCode Terminal #51615

Open
vscodenpa opened this issue Jul 31, 2024 · 0 comments

Comments

@vscodenpa
Copy link
Owner

Reasoning:

• Allows seamless interaction and debugging with remote servers.
• Enables direct local access to remote server tools without additional VPNs or tunnels.
• Enhances security via SSH encrypted traffic.

Example Use-case:Developers working on web apps remotely can map a remote web service from 192.168.2.100:8000 to their local port 4000, making it accessible through their local browser with this config:

Host my-remote-server
    HostName example.com
    User myuser
    RemoteForward 4000 192.168.2.100:8000

Currently, this setup doesn’t affect SSH sessions launched from VSCode terminals, requiring external terminal use which disrupts workflow.

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

No branches or pull requests

1 participant