#Searching my SSH key in IntelliJ
26 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @coral night! Please use
/closeor theClose Postbutton above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
what are you trying to do with ssh?
are you looking for Tools > Start SSH session @coral night
you mean you're trying to retrieve the public key you added to your gitlab account?
no, you do that in the command line
ssh-key-gen or something; there are a million tutorials for how to do that online
but i use intellij not commandline, i watched a bunch of tutorials already <_<
but essentially, you run that, it puts an id_rsa.pub public key file in your ~/.ssh folder, and you copy the contents of that into gitlab or github or wherever
just use the command line
i am windows 11 😄