## 出力
WARNING: The private SSH key file for gcloud does not exist.
WARNING: The public SSH key file for gcloud does not exist.
WARNING: You do not have an SSH key for gcloud.
WARNING: SSH keygen will be executed to generate a key.
Generating public/private rsa key pair.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /Users/your_username/.ssh/google_compute_engine
Your public key has been saved in /Users/your_username/.ssh/google_compute_engine.pub
The key fingerprint is:
SHA256:/rERfJtI+/l0SernCMvW5pSEMToewQi7XK0OqiLTA4k your_username@mac.local
The key's randomart image is:
+---[RSA 3072]----+
| . |
| o + |
| . o + o |
| . o ..o + |
|.. + .S++... . |
|E . o...o=.o+ .|
| o . ...=.++...|
|+ + ..*==.o |
|oo . +o==+. |
+----[SHA256]-----+
Updating project ssh metadata...⠧Updated
...
# Google Compute Engine Section
#
# The following has been auto-generated by "gcloud compute config-ssh"
# to make accessing your Google Compute Engine virtual machines easier.
#
# To remove this blob, run:
#
# gcloud compute config-ssh --remove
#
# You can also manually remove this blob by deleting everything from
# here until the comment that contains the string "End of Google Compute
# Engine Section".
#
# You should not hand-edit this section, unless you are deleting it.
#
Host demo-vm.asia-northeast1-a.your_project_id
HostName 34.84.151.204
IdentityFile /Users/your_username/.ssh/google_compute_engine
UserKnownHostsFile=/Users/your_username/.ssh/google_compute_known_hosts
HostKeyAlias=compute.6775122058618849794
IdentitiesOnly=yes
CheckHostIP=no
# End of Google Compute Engine Section
...