SailAutoSSH is a small tool that allows to create SSH tunnels on demand. The user can configure several services that listen at the localhost for new connections made by some app and forwards them through an SSH tunnel to a remote host.
The tunnel host must be configured for public key authentification.
Source code available at https://chiselapp.com/user/fifr/repository/sailautossh
Bug tracker: https://chiselapp.com/user/fifr/repository/sailautossh/ticket
Translations: https://translate.zanata.org/project/view/sailautossh
Attachment | Size | Date |
---|---|---|
sailautossh-1.0.0-1.armv7hl.rpm | 64.2 KB | 17/04/2015 - 01:23 |
sailautossh-1.0.1-2.armv7hl.rpm | 64.68 KB | 17/04/2015 - 13:24 |
sailautossh-1.1.0-1.armv7hl.rpm | 42.09 KB | 08/09/2015 - 14:26 |
sailautossh-1.1.1-1.armv7hl.rpm | 42.75 KB | 08/09/2015 - 16:49 |
sailautossh-1.1.1-2.armv7hl.rpm | 42.76 KB | 08/09/2015 - 17:01 |
sailautossh-1.2.0-1.armv7hl.rpm | 43.21 KB | 16/09/2016 - 22:51 |
sailautossh-1.3.0-1.armv7hl.rpm | 43.18 KB | 18/09/2016 - 20:22 |
sailautossh-1.3.3-1.armv7hl.rpm | 43.07 KB | 16/11/2018 - 12:27 |
sailautossh-1.3.4-1.armv7hl.rpm | 43.13 KB | 24/11/2018 - 18:22 |
sailautossh-1.3.5-1.armv7hl.rpm | 46.27 KB | 09/12/2018 - 20:57 |
sailautossh-1.3.5-1.aarch64.rpm | 51.24 KB | 31/05/2021 - 13:12 |
sailautossh-1.3.7-1.aarch64.rpm | 51.34 KB | 31/05/2021 - 13:28 |
sailautossh-1.3.7-1.armv7hl.rpm | 45.36 KB | 31/05/2021 - 13:28 |
sailautossh-1.3.7-1.i486.rpm | 51.18 KB | 31/05/2021 - 13:28 |
Comments
eson
Fri, 2018/12/07 - 11:24
Permalink
I have translated SailAutoSSH into Swedish, but there is no way to upload translated file at Zanata, so if you want it, you can download from my domain.
https://svenskasprakfiler.se/dl/sailautossh-sv.ts
Thanks for coding Sailfish apps.
fifr
Sun, 2018/12/09 - 20:56
Permalink
Hm, yes, for some reason Zanata does not seem to understand .ts files. You have to use .po (gettext) format.
Anyway, thanks a lot, I've added your translation.
eson
Sun, 2018/12/09 - 21:15
Permalink
Well, it would be easy enough to convert ts file to po, but there still is no way to upload the file. Not as a translator anyway.
fifr
Sun, 2018/12/09 - 21:29
Permalink
Hm, ok, not sure about that. I found a way to upload the files but I agree that the link is hard to find. Currently I'm not really convinced by Zanata (it was my first try) though ...
jayki
Mon, 2016/06/06 - 13:14
Permalink
Hey, thanks for you app :)
Is it possible to add the Port parameter (ssh -p), because i can't use standard port 22 here :(
would be very helpfull :)
thanks ;)
fifr
Fri, 2015/04/17 - 21:51
Permalink
Could you please check if the sailautossh daemon is running:
if not, please try to start it with
If this does not work, too, try to start it directly
naytsyrhc
Mon, 2015/04/20 - 21:16
Permalink
I tried that and the service was running. On reopening the app all configured tunnels became visible. However I could not activate / establish any of them. Is there a logfile or some possibility to debug that?
fifr
Tue, 2015/04/21 - 00:24
Permalink
First you could try to restart the daemon (it could be that the one of version 1.0.0 is still running)
and then restart the gui (this should restart the daemon). However, I do not thing that this makes a difference.
There is some debug output, but I'm not sure how helpful it is (to be honest, the error reporting is not that good at the moment). The easiest way is probably to stop the daemon temporarily (as above) and then start the gui in stand-alone mode without the daemon. In the terminal run
Then establish the tunnel with whatever app you want and look at the console output.
You could also verify first that the ssh tunnel can be established manually. Sailautossh just executes the following command:
Execute that command in the terminal and see what happens (actually, nothing should happen, in particular you should not get any error). If sailautossh establishes a connection successfully, the command
should show exactly the above ssh command running.
Please check if something of this helps you. If not, please let me know, then we have to investigate further ;) (and sorry for the inconvenience)
naytsyrhc
Fri, 2015/04/17 - 20:13
Permalink
Nice idea. I'd really love to try and use it. Unfortunately even with latest update 1.0.1-2 my entered settings are not stored and not shown in GUI. Any ideas?