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

Connection through http proxy #19

Closed renatocan closed 10 months ago

renatocan commented 6 years ago

With support for a connection using an HTTP proxy, it would be possible to send commands to SSH servers exposed using Pagekite (https://pagekite.net/), which is an awesome way of exposing an RPi Server at home since Pagekite avoids the need to configure a port forwarding on the router.

I think it is fairly easy to implement, since JSch already supports SSH connection through an http proxy (example at http://www.jcraft.com/jsch/examples/ViaHTTP.java.html).

Thanks!

[],

Renato.

Skarafaz commented 6 years ago

I think this feature will be included in the next release.