Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Using CVS and SSH: (1 Item)
   
Using CVS and SSH  
I'm having a hard time getting CVS access using SSH under 6.3.2. 

I'm using 6.3.2, IDE 4.0.1. I have a remote CVS installation which I can access using SSH - I'm currently doing this 
with Eclipse on other platforms (linux, Mac). On those platforms, I use connection method "extssh" for my connection and
 all is well. 

I have installed "OpenSSH" and "OpenSSL" from the QNX 3rd party repository, and can use ssh to connect to other machines
 in the lab. 

I have generated DSA and RSA keys (though the rsa key generation doesn't work through the Eclipse interface. The dsa 
does work, though I cannot install via sftp). Regardless, I move the public keys to the target machine's .ssh/
authorized_keys file. 

Under QNX 6.3.2 an "extssh" connection gives me an error:

Error validating location: "javax/crypto/KeyAgreement"

Attempting to connect using "ext" gives this error:

Error validating location: "Unknown response received from CVS server: "


I have managed to get an "ext" connection to work on two other machines under 6.3.0SP2 and IDE 4.0.1, again using DSA 
keys with public key moved to CVS server's .ssh/authorized_keys file. This connection is without password. 



Has anyone found a way to make this work?

Thanks,

Dan