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
i want to use that porject as a ssh router , my mutli backend or upstream linux server has a same user account. so i am going to use client command like that "ssh user@proxy_address -p 2222 -o SendEnv=upstream_addr -o SendEnv=upsream_port " to connect the proxy server ,and than the server will route connection by env . how to do that at this project?
The text was updated successfully, but these errors were encountered:
hi, thranks for your answer, but my background is my upstreams server have a same account for login. in your example, that username actually pass to upstream server is difference. can you have some method to impl my purpose?
hi, thranks for your answer, but my background is my upstreams server have a same account for login. in your example, that username actually pass to upstream server is difference. can you have some method to impl my purpose?
Ok from what I understand of your requirement and this project what you want is not possible as sshr is "just tunneling" the network traffic (incl. original username) to a host...
i want to use that porject as a ssh router , my mutli backend or upstream linux server has a same user account. so i am going to use client command like that "ssh user@proxy_address -p 2222 -o SendEnv=upstream_addr -o SendEnv=upsream_port " to connect the proxy server ,and than the server will route connection by env . how to do that at this project?
The text was updated successfully, but these errors were encountered: