-
Notifications
You must be signed in to change notification settings - Fork 95
Access GCE instances by personal SSH key
Amos Kong edited this page Feb 22, 2017
·
1 revision
GCE: Everyone can login the instances with the personal SSH key
If you already added your SSH key in gce metadata-sshkey page , you can login all our gce instances by default. If someone blocked project-wild SSH keys, then other can't access it.
Instance edit page:
SSH Keys: [ ] Block project-wide SSH keys
So you try to login the instances with your key:
ssh -i ~/.ssh/personal-key your-name@instance_ip
Branches that we keep sending backports from master
- branch-4.0
- branch-4.1
- branch-2019.1
- branch-perf-v9
- manager-2.1
Branches that we are sending critical backports from master only
- branch-3.3
- branch-2019.1
- manager-2.0
a branch that we still have jobs for, and using, but can't get backports from master anymore
- manager-v1.2
- manager-v1.3
- manager-v1.3.1
- manager-v1.4
Older unused branches will be deleted on a regular basis.