At the company that I work at we use Gerrit for code reviews. When using it from Eclipse I can setup the SSH key that is generated from Gerrit to be used for authentication for cloning, pushing etc. In IntelliJ have to use a username and password because I cannot find any way of setting up my SSH key.
The only thing related to SSH that I could find in IntelliJ is
- Version Control/GitHub/Close git repositories using ssh
- Version Control/Subversion/SSH
Has anyone managed to setup a SSH key for Gerrit in IntelliJ if it is even possible from the UI or at all?
Any help is appreciated.