windows - How to connect to SVN using PuTTY and private key in PhpStorm -


friends. can't connect svn using putty.

  1. i have private key , working pageagent putty;
  2. windows 7 , phpstorm 9;
  3. i have remote url svn+ssh://host.to.svn.repository;

problem: don't have password, have private key. failed connect

i specified data in dialog:

enter image description here

but update uses old data:

enter image description here

i tried "clear auth cache", it's not helped me.

i want ro work svn via phpstorm. p.s. tortoisesvn work fine.

resolve:

  1. setting -> version control -> subversion -> ssh settings;
  2. select "subversion config" , specify path plink , path private key, using parameter "-i";

example: enter image description here

1 - path plink; 2 - parameter "-i"; 3 - path private key;

p.s. make sure check "enable interactive mode" removed in general tab.

you can set options svn+ssh in phpstorm settings:

  1. go file -> settings
  2. go version control -> subversion
  3. click ssh settings tab
  4. here can specify path ssh client , set credentials connection.

screenshot of settings window


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -