I'm using IntelliJ on a USB drive, so I'm trying to work out a portable install. I've got most of everything to work, except for VCS.
Whenever I try to push some commits with Git, IntelliJ looks for an SSH key file, but it is looking in my home path (C:\Users\.ssh), and I would rather it looked for the SSH keys somewhere else (namely the IntelliJ IDEA installation folder on my USB drive)
So how can I change the directory where IntelliJ looks for SSH keys? Is it possible?