[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Cannot deploy with eclipse, auth cancel

We have recently changed to our own private server. After this when i try to deploy with the SCP commando i get this answer from my console in Eclipse!

Buildfile: /Users/jespernykvist/Documents/workspace/neptune/build.xml
pack:
N65540:
[jar] Building jar: /Users/jespernykvist/Documents/workspace/neptune/dist/neptune.war
_packaging_generation_:
prod-deploy:
[scp] Connecting to neptunediving.com:22


BUILD FAILED
/Users/jespernykvist/Documents/workspace/neptune/build.xml:19: com.jcraft.jsch.JSchException: Auth cancel


Total time: 17 seconds

I think that jcraft is caching a certificate from my previous server. Now when i am at a different and new server my certificate do not match anymore. So i wonder if there is anybody who knows how i can clear my old cache in Eclipse or where ever i need to do this so it match my new server instead.

Or is there another way of letting SCP commando know that i have moved to a new server with a different certificate? Please help me with this.