RE: a secure equivalent to rcmd() and rexec() ?

2006-06-30 Thread [EMAIL PROTECTED]@mgedv.net
> I need to send data to a command line on another machine, but > popen-ing an ssh > session seems like a rather inferior method, because there is > no way to > (portably) access the command's stderr... > not sure if this is the answer you want, but: what if you tunnel the rcmd/rexec commands

a secure equivalent to rcmd() and rexec() ?

2006-06-29 Thread Mikhail Teterin
I'm wondering, if there exists a secure equivalent to rcmd/rexec? Perhaps, somewhere in libssh? I need to send data to a command line on another machine, but popen-ing an ssh session seems like a rather inferior method, because there is no way to (portably) access the command's stderr... Thank