Reputation: 3321
Several ways to ask this question:
This is what I have tried:
I am using eclipse 3.4.1 on ubuntu 08.10
Upvotes: 5
Views: 7591
Reputation: 9192
Eclipse can use ssh-agent like this:
Pay attention that your cvs urls have "ext:" in there .cvs directory
This way eclipse just uses ssh like you do on your shell. If ssh-agent works inb your shell it works with eclipse too.
Upvotes: 0
Reputation: 20091
I expect you have looked at SSH in the Windows --> Preferences.
I have used ssh with eclipse. IIRC, I needed to add a key into
You can also change the program you use for SSH (e.g. you don't trust the Java implementation of SSH) in
Upvotes: 2