I'm trying to connect to google cloud Cloud source repositories to Jet Brains upsource in windows.
I'm facing an unknown host error.
I followed the gcloud documentation below for ssh connection
I have tried configuring the ssh_config also for pointing the keys in IdentityFile
Host repo1
HostName source.developers.google.com
Port 2022
user [email protected]
IdentityFile /Users/balusur/.ssh/key1
Not sure what I'm missing.
Anyone, please advise me on this?
"Unknown host" means the fingerprint of the remote server is not properly registered in
%USERPROFILE%\.ssh\known_hosts
Try first in command line a
ssh repo1
, just to check if it asks you to add it toknown_hosts
.Then try again from JetBrain itself.
As noted by the OP debugger in the comments:
Also
UP-9164
: