nauphone / ServerAccess

A tool to provide easy and seamless access to multiple servers via SSH
GNU General Public License v2.0
18 stars 3 forks source link

Reverse port forwarding && HTTP Proxy #29

Open gvfnix opened 11 years ago

gvfnix commented 11 years ago

Sometimes it is necessary to install some packages to the host, that has no Internet access. In that cases the only way is to make a direct port forwarding, then ssh to forwarded port and make a reverse port forwarding, pointing to an external HTTP proxy. AFAIK there is an HTTP proxy implementation in ServerAccess. So it might be possible to create a reverse port forwarding to a local proxy with a single button.

ahitrin commented 11 years ago

It's interesting idea. But you know, HTTP Proxy branch is not merged to master yet (and it is not well done yet). Since that, this feature will be implemented not very soon.