Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Kohn, Robert M. wrote: > Hello all, > > I am building a GUI application on Solaris using cvsnt and > the cvsgui source code. Everything goes fine until the following > shows up in my shell window: > > username at host's password: Sounds like an ssh prompt. > This prompt does not come from either stderr or stdout; > where is it coming from? > How can my GUI application determine when cvs wants a password > so that I can respond properly? > And how do I respond? I.e., which File Descriptor do I write > to with the password? AFAIK you can't with ssh - you have to use RSA keys. Unfortunately I never got the :ssh: putty DLL to compile under Unix. Have you tried asking the gcvs people how they do it? I'm sure they've been through all these problems already... Tony