I have an SVN repository setup on my web host. For two days I've been struggling to get Netbeans to interact with the SVN repository using SSH with private key authentication. I'm using the SVNKit client built into Netbeans. Everything works fine if I use the username and password fields to access the repository. However, whenever I attempt to use private key authentication I received the message:
org.apache.subversion.javahl.ClientException: E200015: authentication cancelled
I know that the repository URL and private key are valid. I can easily sign into the remote SSH using PuTTy with the private key. Does anyone have an idea why Netbeans SVNKit would be unable to authenticate via private key when I'm absolutely certain the repository URL and private key are both valid and work fine outside of Netbeans.
I should note that the public and private keys were generated using PuttyGen and there is no password on the private key.