miltone
miltone

Reputation: 4721

SSH config with PhpStorm and built-in or native SSH executable option

In case of Built-in or Native selected option of SSH Executable in PhpStorm > Version Control > Git option :

enter image description here

I would like to custom my SSH for few tricks development...

Upvotes: 0

Views: 1028

Answers (1)

Vlad Luchansky
Vlad Luchansky

Reputation: 986

SSH configuration is located in a standard place - ~/.ssh. On Windows it is resolved to C:\Users\your username\.ssh.

Difference between built-in and native executables is described here: https://www.jetbrains.com/help/phpstorm/using-git-integration.html.

Upvotes: 2

Related Questions