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 test.b@gmail.com
IdentityFile /Users/balusur/.ssh/key1
Not sure what I'm missing.
Anyone, please advise me on this?