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

Windows support #41

Closed tpimh closed 10 months ago

tpimh commented 1 year ago

I tried using this app with Windows 10 OpenSSH Server, but it didn't work well. Key authentication doesn't work, but password login works fine, and I don't think any command can actually be executed due to the lack of nohup and a different shell on Windows.

If you have any success stories of using this app with Windows, please share!