[Gambas-user] Gambas SSH
    Benoit Minisini 
    gambas at ...1...
       
    Sat Sep 17 19:45:25 CEST 2005
    
    
  
On Thursday 15 September 2005 22:48, Rob Kudla wrote:
> On Thu September 15 2005 16:07, Kai wrote:
> > Any one know how to get gambas to use ssh?
>
> SSH won't run without a TTY, so you need to write a wrapper program (I
> used perl) to emulate a TTY for it.  I don't have the code with me
> today, but I'll try to remember to post it.
>
> Once you do that, it's just SHELL "sshwrapper -u user host" FOR READ
> WRITE and treat it like any other program.
>
> I remember someone saying they were working on TTY emulation for
> gambas2, but I don't know if it went anywhere.
>
> Rob
>
In the development version, by using SHELL ... FOR iNPUT OUTPUT, you run your 
command inside a pseudo-terminal!
-- 
Benoit Minisini
mailto:gambas at ...1...
    
    
More information about the User
mailing list