[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]

Re: conserver and ssh

Chris Fowler cfowler@outpostsentinel.com
Fri, 4 Jan 2013 16:21:06 GMT


Not having a local tty could be a problem. What I've done was create a wrapper that executes the cmd argument.

It is a C program and an example is found if Steven's APUE book.

So my exec line looks like this

exec ptymaker ssh ..... ;

If you are interested int his method I'll put the APUE example in my Dropbox public and share it.

Chris