Question

I am using IntelliJ and it comes with SVN support by default. In IntelliJ I am using host lets say: svn+ssh://hostname.com and I can checkout files from this place with no problems. IntelliJ asks for a private key which I provide, then my username and my password and it all works fine..

Now when I use PuTTY I provide the same host name ( svn+ssh://hostname.com ) and I provide the same private key in Connection\SSH\Auth part of the software. Then I click "Open" but all I get is:

enter image description here

What can it be that I am doing wrong in a such simple process?

Was it helpful?

Solution

Two suggestions:

First, try just connecting to "hostname.com" - remove the ssh:// etc.

If that fails, try using the IP address for your host rather than the name.

OTHER TIPS

I got the same issue (but Windows 10), the solution was simply to run the following command in cmd :

ipconfig /flushdns

Just this.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top