BGmot / BGShellBB10

Terminal emulator (shell) for BB10 devices
GNU General Public License v2.0
19 stars 10 forks source link

Any funkiness in the ssh binary? #10

Closed singpolyma closed 8 years ago

singpolyma commented 8 years ago

Trying to use the ssh binary from this app with other terminals also. It works, but there is weirdness. Sometimes seems to hang in other terminal and if I open this app the password prompt shows in this app. Then have to close both apps and try the other again and it will sometimes work. Is the tty hardcoded or similar?

BGmot commented 8 years ago

I am afraid I don't understand what you are trying to do. Tty is indeed hardcoded https://github.com/BGmot/BGShellBB10/blob/master/main.cpp#L107

singpolyma commented 8 years ago

I meant in the ssh binary. But I've gotten a vanilla cross-compiled openssh now which seems to work, so this is less relevant :) Thanks