bablosoft / BAS

BrowserAutomationStudio can automate everything that Chrome can.
https://bablosoft.com/shop/BrowserAutomationStudio
MIT License
474 stars 154 forks source link

SSH Proxy Support #4

Closed zero77 closed 3 years ago

zero77 commented 7 years ago

Can you please add SSH proxy support. Thanks

bablosoft commented 7 years ago

Dealing with SSH is not easy thing, for example, need to detect when connection is closed and reconnect. It is better to keep SSH stuff out of BAS executable. Anyway, you can use that tool https://bablosoft.com/shop/MassTunneler to use SSH with any software including BAS. Here is e example on how to start/stop MT with BAS. https://www.dropbox.com/s/decjhytgqj0t7xg/MTStartStop.xml?dl=0

zero77 commented 7 years ago

Thanks, I will have a look.