Re: Execute Remote Application using SSH (General questions)
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:
- Execute Remote Application using SSH - KG, 2005-08-18, 23:30
- Re: Execute Remote Application using SSH - wodSupport, 2005-08-18, 23:46
- Re: Execute Remote Application using SSH - KG, 2005-08-19, 00:42
- Re: Execute Remote Application using SSH - wodSupport, 2005-08-19, 00:45
- Re: Execute Remote Application using SSH - KG, 2005-08-19, 02:05
- Re: Execute Remote Application using SSH - KG, 2005-08-19, 05:02
- Re: Execute Remote Application using SSH - wodSupport, 2005-08-19, 08:16
- Re: Execute Remote Application using SSH - KG, 2005-08-19, 15:27
- Re: Execute Remote Application using SSH - KG, 2005-08-19, 15:29
- Re: Execute Remote Application using SSH - wodSupport, 2005-08-19, 15:32
- Re: Execute Remote Application using SSH - KG, 2005-08-19, 15:50
- Re: Execute Remote Application using SSH - KG, 2005-08-19, 16:58
- Re: Execute Remote Application using SSH - wodSupport, 2005-08-19, 17:24
- Re: Execute Remote Application using SSH - KG, 2005-08-19, 17:29
- Re: Execute Remote Application using SSH - wodSupport, 2005-08-19, 17:31
- Re: Execute Remote Application using SSH - wodSupport, 2005-08-30, 01:57
- Re: Execute Remote Application using SSH - KG, 2005-08-30, 22:36
- Re: Execute Remote Application using SSH - wodSupport, 2005-08-30, 01:57
- Re: Execute Remote Application using SSH - wodSupport, 2005-08-19, 17:31
- Re: Execute Remote Application using SSH - KG, 2005-08-19, 17:29
- Re: Execute Remote Application using SSH - wodSupport, 2005-08-19, 17:24
- Re: Execute Remote Application using SSH - KG, 2005-08-19, 16:58
- Re: Execute Remote Application using SSH - KG, 2005-08-19, 15:50
- Re: Execute Remote Application using SSH - wodSupport, 2005-08-19, 15:32
- Re: Execute Remote Application using SSH - KG, 2005-08-19, 15:29
- Re: Execute Remote Application using SSH - KG, 2005-08-19, 15:27
- Re: Execute Remote Application using SSH - wodSupport, 2005-08-19, 08:16
- Re: Execute Remote Application using SSH - KG, 2005-08-19, 05:02
- Re: Execute Remote Application using SSH - KG, 2005-08-19, 02:05
- Re: Execute Remote Application using SSH - wodSupport, 2005-08-19, 00:45
- Re: Execute Remote Application using SSH - KG, 2005-08-19, 00:42
- Re: Execute Remote Application using SSH - wodSupport, 2005-08-18, 23:46