Skarafaz / mercury

Simple Android app that sends pre-configured commands to remote servers via SSH.
GNU General Public License v2.0
115 stars 20 forks source link

port forward ? #20

Closed abate closed 6 years ago

abate commented 6 years ago

it would be nice to establish a port forward of a service of the remote host locally. My use case it to access the web interface of my nas that runs on localhost:8081 in the browser on my tablet.

something like I'd do one the command line as ssh -L 8081:127.0.0.1:8081 -L 8080:127.0.0.1:8080 192.168.1.10

Skarafaz commented 6 years ago

Mercury is designed to send simple commands to a server, so establishing port forwards is beyond the scope of this application.