You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the portforward over aws ssm is useful, it would incredibly useful to have a socks proxy instead a port forward.
What I'd like to have is something similar to: ssh -D <port> where port starts listening as a http socks proxy you can configure in your browser to tunnel any and all traffic over it.
This allows for http to https redirects and more in general reach internal servers without needing to create a new portforward for each one.
¡Thanks!
The text was updated successfully, but these errors were encountered:
sjmunizsantex
changed the title
please consider implementing dynamic port forward with socks as in ssh.
Please consider implementing dynamic port forward with socks as in ssh.
Jan 16, 2024
@basigabri Yes. No public IPs, just SSH over SSM.
The test was done on Max apple silicon, and server is Amazon Linux. I was able to see private subnet web server on browser when going through the SOCK5 port.
While the portforward over aws ssm is useful, it would incredibly useful to have a socks proxy instead a port forward.
What I'd like to have is something similar to:
ssh -D <port>
whereport
starts listening as a http socks proxy you can configure in your browser to tunnel any and all traffic over it.This allows for http to https redirects and more in general reach internal servers without needing to create a new portforward for each one.
¡Thanks!
The text was updated successfully, but these errors were encountered: