[Gtk-sharp-list] Help on VTE
Iñigo Illán
kodeport at terra.es
Wed Sep 13 16:11:41 EDT 2006
Hi!
I think you must give term.ForkCommand the ip of the host you are trying
to connect as a parameter (given on argv) and leave the command only as
"ssh".
El mié, 13-09-2006 a las 10:47 -0300, Arx Henrique escribió:
> Hello all
>
> Im trying to work with libvte, using vte sample on mono svn, the
> sample works very good, but when i try to change:
>
> int pid = term.ForkCommand
> (Environment.GetEnvironmentVariable("SHELL"), argv, envv,
> Environment.CurrentDirectory, false, true, true);
>
> to
> int pid = term.ForkCommand ("ssh 192.168.1.1", argv, envv,
> Environment.CurrentDirectory, false, true, true);
>
> the program dont connect to ssh.
>
> Im try to se something in libvte api but i cant find nothing.
>
> any idea?
>
> Cheers
>
> Arx Cruz
>
More information about the Gtk-sharp-list
mailing list