Re: Execute Remote Application using SSH - WeOnlyDo Discussion board

Re: Execute Remote Application using SSH (General questions)

by KG, Tuesday, August 30, 2005, 22:36 (7024 days ago) @ wodSupport

Thanks,
Its working now.
I removed the Port and AllocatePty properties and it started working.. !!!

KG

I tried it. I installed F-Secure version SSH-2.0-3.2.0 F-Secure SSH Windows NT Server to fresh Windows 2003 Standard Server. Code like this worked correctly: [code] WeOnlyDo.Client.SSH s = new WeOnlyDo.Client.SSH();
s.Hostname = 192.168.192.50 ;
s.Login = Administrator ;
s.Password = test ;
s.Blocking = true;
s.Connect();
[/code]I have no idea why you have problems, only thing that comes to my mind is to allow me to connect to your host to try it out live .

Regards,
Kreso


Complete thread: