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

TTY ? #26

Closed DocMAX closed 3 years ago

DocMAX commented 5 years ago

Some commands of mine need a (virtual?) TTY. (Like ssh -t command). Any idea how to workaround this?

Skarafaz commented 5 years ago

I think there is no workaround; can you provide some commands as example?

Skarafaz commented 5 years ago

@DocMAX I need an example command to understand the problem.