Re: Sending SSH input to a Linux server via Bgt?

2019-03-04 Thread AudioGames . net Forum — Developers room : x0 via Audiogames-reflector
Re: Sending SSH input to a Linux server via Bgt? If you want it to run something in wine you can probably use a batch file that interfaces with some ssh tool for windows, or write a tiny program with minimal python or some other such language that has an ssh library you can get for it. I

Re: Sending SSH input to a Linux server via Bgt?

2019-03-04 Thread AudioGames . net Forum — Developers room : roelvdwal via Audiogames-reflector
Re: Sending SSH input to a Linux server via Bgt? Well technically you might be able to use an external program to do whatever needs doing, like how crazy party uses upnp. This isn't really integrating though, and bgt isn't really  extendable. (dll support is limited). URL: https

Re: Sending SSH input to a Linux server via Bgt?

2019-03-04 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Sending SSH input to a Linux server via Bgt? @2, agreed. SSH has various methods of authentication and other security mechanisms that prevent it from being viable in BGT without a DLL (and god, the pain of using it in a DLL...) URL: https://forum.audiogames.net/post/416188/#p416188

Re: Sending SSH input to a Linux server via Bgt?

2019-03-04 Thread AudioGames . net Forum — Developers room : Liam via Audiogames-reflector
Re: Sending SSH input to a Linux server via Bgt? Short answer. no.Long answer. BGT doesn't have the ability to Telnet or SSH. It's probably possible to get this functionality via an external DLL, but that is way more trouble than it's worth. URL: https://forum.audiogames.net/post/416168

Sending SSH input to a Linux server via Bgt?

2019-03-04 Thread AudioGames . net Forum — Developers room : patrickthepatshit via Audiogames-reflector
Sending SSH input to a Linux server via Bgt? Hi there,I just was wondering if I could make a way that I could send a SSH command to a Linux server, for example I could run a file that tells it to run something in Wine, something like that. It may not be possible, but anyway yeah. URL