7 ms·
You don't need to use gcloud to ssh. Just add your keys in your projects' Metadata, and you'll have ssh access to all servers. Each member of your team can do
by maktouch 7y ago
You don't need to use gcloud to ssh. Just add your keys in your projects' Metadata, and you'll have ssh access to all servers.
Each member of your team can do it, and it works retroactively.
- sdan 7y agoYeah that does work (which I have managed to pull off)... but I feel like it's a bit more of a pain (very slightly) to change the metadata, open up the ports and whatnot to ssh. I think AWS just tells you to download a .pem file and ssh. In conclusion, I guess both ways aren't bad. I just seem to prefer AWS here because for me it was a bit easier than GCP because I ran into several problems when sshing to GCP initially.
- tpmx 7y agoSo it was easier for you to use AWS initially because you were used to AWS. Gotcha. ;)