Set the Auth type to Key pair (OpenSSH or Putty). Set the Private key file by browsing to the location where your development endpoint's private key file is located. Note that PyCharm only supports DSA, RSA and ECDSA OpenSSH key types, and does not accept keys in Putty's private format. You can use an up-to-date version of ssh-keygen to generate a key-pair type that PyCharm accepts, using syntax like the following:
Where you would need to change the username (in my case pvanrij). Optionally you can change the alias name (in this case GWDG), the location of the ssh-keygen (/.ssh/id_rsa) and possibly the front ends (you can pick from gwdu101.gwdg.de, gwdu102.gwdg.de, gwdu103.gwdg.de). The ProxyCommand line is only needed outside the GÖNET.
pycharm keygen
Sometimes, if for any reason, you need to reinstall a server, when connecting by ssh we will find that you server say that the identification has changed.If we know that it is not an attack, but that we have reinstated the system, we can remove the old identification from the known_hosts using ssh-keygen: 2ff7e9595c
Comments