[no subject]

2015-04-20 Thread Raghaw Shukla
I using libssh to write command to remote PC.So its like (MY PC-Linux MAchine-Remote PC).iam able to to do port forwarding but when i try to exeute command let say ls -l its just wait . For refrence here is my code : void StartSession(){ int rc; m_host = 10.99.93.26;

Re: exec command trough ssh tunnel

2015-04-20 Thread Andreas Schneider
On Monday 20 April 2015 17:00:29 Raghaw Shukla wrote: I using libssh to write command to remote PC.So its like (MY PC-Linux MAchine-Remote PC).iam able to to do port forwarding but when i try to exeute command let say ls -l its just wait . The way you implement it doesn't work at all. I've