First step, of course, was to try Pageant. No dice. Then I tried choosing "native ssh" - that just made IntelliJ hang (with no way to cancel - really nice GUI there, guys).
Then the shoe dropped; maybe it pretends to be a "real" ssh client? One short check of my Windows home directory later I'd dropped my
id_rsa private key file in %USERPROFILE%/.ssh, and IntelliJ happily picked it up.
3 comments:
I also found it useful to add HOME=%USERPROFILE% to the environment.
Great tip, thanks! I generated my key with PuttyGen.exe and exported to OpenSSH format. Then copied it to %USERPROFILE%/.ssh/id_rsa
You saved my day here. Thanks! Naming the file as id_rsa seems to be the final trick.
Post a Comment