Update: This is beta stuff, so I will wait and see!
I am unable to git push using ssh to source.developers.google.com
I get this error message git push --all google
:
The authenticity of host '[source.developers.google.com]:<some ip address' can't be established.
ECDSA key fingerprint is SHA256:<key>
Update: added to KNOWN_HOSTS:
ssh-keyscan -t rsa source.developers.google.com > known_hosts
Following this documentation
ssh config vi ~/.ssh/config
:
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_rsa
git remote -v:
google ssh://<email>.com@source.developers.google.com:2022/p/<repo url> (fetch)
google ssh://<email>.com@source.developers.google.com:2022/p/<repo url> (push)