Prabhakar, I followed the instructions in the second link below, setting up Putty manually. In the section "Testing automated authentication", I tried the following steps:
1.. At the command prompt, enter: c:\putty\plink.exe [EMAIL PROTECTED] echo "SSH public key is in place." 2.. Upon executing this command, we should receive a line back, stating: SSH public key is in place. 3.. At the command prompt, enter: c:\putty\plink.exe [EMAIL PROTECTED] echo "SSH public key is in place." 4.. Upon executing this command, we should receive a line back, stating: SSH public key is in place. 2 finished as stated. However, when I executed 3, I got this: H:\>plink [EMAIL PROTECTED] echo "ssh public key is in place" Welcome to cvs.sourceforge.net This is a restricted Shell Account You cannot execute anything here. Notice I did not get the echoed text. Is this okay, or am I not properly configured? Also, that same page says I should access a project as [EMAIL PROTECTED]:/cvsroot/projectname But the JBoss developer page says I should use: :ext:[EMAIL PROTECTED]:/cvsroot/jboss Which is correct? Unfortunately, I'm still getting this when I try to commit: cvs commit -m "Moved GlobalFree to end of convertArgStringToArgList. GlobalFree was being\ncall..." service.c (in directory H:\jboss\contrib\ntservice\src\c\) cvs [server aborted]: "commit" requires write access to the repository ----- Original Message ----- From: "Prabhakar Chaganti" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 7:31 AM Subject: Re: [JBoss-user] WinCvs write access to JBoss in SourceForge > You can get ssh as part of the cygwin distribution for windows or you could use a java client for windoze that has builtin ssh, like putty or mindterm. Check out these links > for more info: > http://sources.redhat.com/cygwin/ > http://sourceforge.net/docman/display_doc.php?docid=766&group_id=1 > http://sourceforge.net/docman/display_doc.php?docid=765&group_id=1 > > -prabhakar > > > > I am supposedly set up for developer access to the JBoss project in > > SourceForge. Using my SourceForge userid as described on the Developer page > > on the JBoss site, I am able to check out a module in WinCvs. However, when > > I try to commit a change, it tells me > > > > cvs [server aborted]: "commit" requires write access to the repository > > > > I read on the JBoss developer that I need to be using SSH1. How do I go > > about getting SSH1, and has anyone successfully used it with WinCvs? Do I > > just tell WinCvs to use SSH Server for authentication instead of password? > > I tried this and it didn't get me any further. BTW, I would have done a > > search of the forums but they are still down. All help is appreciated. > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
