[NTLUG:Discuss] Anyone using netbeans with a CVS server over SSL?
Neil Aggarwal
neil at JAMMConsulting.com
Mon Jan 28 22:26:44 CST 2002
Richard:
I generated a authorization key pair using the ssh utilities.
Then, I went to netbeans and started a new project. I
went to the file system and tried to mount a CVS filesystem.
I set the CVS_RSH to
C:\Program Files\SSH Communications Security\SSH Secure Shell\ssh2.exe
since I am using secure shell from ssh.com.
When I go to check out the module, it simply hangs.
Any other ideas?
Thanks,
Neil
--
Neil Aggarwal
JAMM Consulting, Inc. (972) 612-6056, http://www.JAMMConsulting.com
Custom Internet Development Websites, Ecommerce, Java, databases
> -----Original Message-----
> From: discuss-admin at ntlug.org [mailto:discuss-admin at ntlug.org]On Behalf
> Of Richard Cobbe
> Sent: Monday, January 28, 2002 7:24 AM
> To: discuss at ntlug.org
> Subject: Re: [NTLUG:Discuss] Anyone using netbeans with a CVS server
> over SSL?
>
>
> Lo, on Sunday, January 27, Neil Aggarwal did write:
>
> > Hello:
> >
> > I am trying to set-up a CVS server for my sources. Since I want
> > to make sure that everything is encrypted, I am using stunnel to
> > encrypt the data using SSL.
>
> <SNIP>
>
> > Now, I have to get Netbeans to work with the server, but I can't figure
> > out how to get it working.
> >
> > Has anyone used netbeans to access a repository from a CVS server
> > over SSL?
>
> Not familiar with netbeans, so this may or may not apply.
>
> If you don't mind requiring that all of your CVS users have Unix shell
> access to the server machine, you'll probably have a much easier time
> if you use the `ext' access method and ssh instead of rsh. I've been
> doing this for a while; it works quite nicely.
>
> You don't need a CVS daemon running on the server side, just sshd. Set
> your repository spec to :ext:user at server/path/to/repos, then set the
> CVS_RSH environment variable on the *client* side to the ssh binary.
>
> Depending on how your CVS and SSH client works, you may need to have
> your users set up an ssh authentication key pair; I've seen Solaris CVS
> get confused when the underlying transport mechanism asks for a
> password.
>
> HTH,
>
> Richard
>
> _______________________________________________
> http://www.ntlug.org/mailman/listinfo/discuss
More information about the Discuss
mailing list