Bug 49967 - Add support for new SSH protocol
Summary: Add support for new SSH protocol
Status: RESOLVED DUPLICATE of bug 25238
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform Team Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-14 05:37 EST by Oyvind Harboe CLA
Modified: 2004-01-14 09:29 EST (History)
0 users

See Also:


Attachments
Shows error message (27.37 KB, image/pjpeg)
2004-01-14 05:38 EST, Oyvind Harboe CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oyvind Harboe CLA 2004-01-14 05:37:37 EST
Below are instructions for connecting to the GNU Classpathx project. It uses a 
SSH protocol that Eclipse does not understand, apparently.

I'll attach a picture.


.....


This project's CVS repository can be checked out through anonymous CVS over 
SSH with the following instruction set. The module you wish to check out must 
be specified as the modulename. When prompted for a password for anoncvs, 
simply press the Enter key. 

The SSHv2 public key fingerprints for the machine hosting the cvs trees are: 

RSA: 1024 80:5a:b0:0c:ec:93:66:29:49:7e:04:2b:fd:ba:2c:d5
DSA: 1024 4d:c8:dc:9a:99:96:ae:cc:ce:d3:2b:b0:a3:a4:95:a5

Software repository :

export CVS_RSH="ssh"
cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/classpathx co classpathx
Comment 1 Oyvind Harboe CLA 2004-01-14 05:38:19 EST
Created attachment 7434 [details]
Shows error message
Comment 2 Atsuhiko Yamanaka CLA 2004-01-14 07:34:38 EST
Try Eclipse 3.0 M6 and enable SSH2 support at the preference page:
Team -> CVS -> SSH2 Connection Method. 
Comment 3 Oyvind Harboe CLA 2004-01-14 08:22:46 EST
>Try Eclipse 3.0 M6 and enable SSH2 support at the preference
>page: Team -> CVS -> SSH2 Connection Method.

I find the number of new concepts that this introduces a bit intimidating, but
it appears to work fine.

Øyvind
Comment 4 Jean-Michel Lemieux CLA 2004-01-14 09:29:47 EST

*** This bug has been marked as a duplicate of 25238 ***