Can't SSH using external software even Gcloud SDK

294 views
Skip to first unread message

Rodrigo Tanaka

unread,
May 15, 2016, 8:43:38 AM5/15/16
to gce-discussion
Yesterday, suddenly, i couldn't acess my instance through Filezilla (or any other FTP software).
I couldn't acess my instance by Gcloud SDK too
I am still able to connect to it using the SSH interface in my Compute Engine Console.

My console output has those lines when i try to connect using gcloud:
May 15 11:11:48 arkterranova sshd[2601]: Connection closed by 120.26.235.115 [preauth]
May 15 11:16:01 arkterranova sshd[2667]: Received disconnect from 120.26.235.115: 11: Bye Bye [preauth]

Every time i try to connect using Filezilla or Gcloud i get those.

My firewall rules are ok and I can telnet port 22.

Any ideas? Please?

Kamran (Google Cloud Support)

unread,
May 15, 2016, 12:28:53 PM5/15/16
to gce-dis...@googlegroups.com

Hello Rodrigo,


The console output log that you've provided has no information about the cause of this issue. I'd recommend running the gcloud compute ssh command using --verbosity debug flag. This flag overrides the default verbosity for the command and will write more logging information on the client side (gcloud) which would be useful for troubleshooting of the issue.


Sincerely,







Rodrigo Tanaka

unread,
May 15, 2016, 3:26:02 PM5/15/16
to gce-dis...@googlegroups.com
Here is the information.
It opens putty after i insert the command, but putty gives me TIMED OUT.

C:\Users\rodri\AppData\Local\Google\Cloud SDK>gcloud compute ssh arkterranova --verbosity debug
DEBUG: Running gcloud.compute.ssh with Namespace(__calliope_internal_deepest_parser=ArgumentParser(prog='gcloud.compute.ssh', usage=None, description='SSH into a virtual machine instance.', version=None, formatter_class=<class 'argparse.HelpFormatter'>, conflict_handler='error', add_help=False), account=None, authority_selector=None, authorization_token_file=None, cmd_func=<bound method Command.Run of <googlecloudsdk.calliope.backend.Command object at 0x035733F0>>, command=None, command_path=['gcloud', 'compute', 'ssh'], configuration=None, container=None, credential_file_override=None, document=None, dry_run=False, format=None, h=None, help=None, http_timeout=None, implementation_args=[], log_http=None, plain=False, project=None, quiet=None, ssh_flag=None, ssh_key_file=None, trace_email=None, trace_log=None, trace_token=None, user_host='arkterranova', user_output_enabled=None, verbosity='debug', version=None, zone=None).
DEBUG: Starting batch request...
DEBUG: Adding request: (<googlecloudsdk.third_party.apis.compute.v1.compute_v1_client.InstancesService object at 0x03BE5490>, 'Get', <ComputeInstancesGetRequest
 instance: 'arkterranova'
 project: 'big-dynamo-129221'
 zone: 'us-central1-b'>)
DEBUG: Making batch request...
DEBUG: Batch request done; responses [<Instance
 canIpForward: True
 cpuPlatform: u'Intel Haswell'
 creationTimestamp: u'2016-05-15T03:42:49.442-07:00'
 description: u''
 disks: [<AttachedDisk
 autoDelete: True
 boot: True
 deviceName: u'arkterranova'
 index: 0
 interface: InterfaceValueValuesEnum(SCSI, 1)
 kind: u'compute#attachedDisk'
 mode: ModeValueValuesEnum(READ_WRITE, 1)
 type: TypeValueValuesEnum(PERSISTENT, 0)>, <AttachedDisk
 autoDelete: False
 boot: False
 deviceName: u'arkdisk'
 index: 1
 interface: InterfaceValueValuesEnum(SCSI, 1)
 kind: u'compute#attachedDisk'
 licenses: []
 mode: ModeValueValuesEnum(READ_WRITE, 1)
 type: TypeValueValuesEnum(PERSISTENT, 0)>]
 id: 510168213570841670L
 kind: u'compute#instance'
 metadata: <Metadata
 fingerprint: 'Z\x9d^<a1&J'
 items: [<ItemsValueListEntry
 key: u'startup-script'
 value: u'mount /dev/disk/by-id/google-arkdisk /home\ncd /home/arkserver/ShooterGame/Binaries/Linux\nsysctl -p /etc/sysctl.conf\nscreen -d -m -S sudo ./startup.sh'>]
 kind: u'compute#metadata'>
 name: u'arkterranova'
 networkInterfaces: [<NetworkInterface
 accessConfigs: [<AccessConfig
 kind: u'compute#accessConfig'
 name: u'External NAT'
 natIP: u'104.X.X.X'
 type: TypeValueValuesEnum(ONE_TO_ONE_NAT, 0)>]
 name: u'nic0'
 networkIP: u'10.128.0.2'
 scheduling: <Scheduling
 automaticRestart: True
 onHostMaintenance: OnHostMaintenanceValueValuesEnum(MIGRATE, 0)
 preemptible: False>
 serviceAccounts: [<ServiceAccount
 status: StatusValueValuesEnum(RUNNING, 1)
 tags: <Tags
 fingerprint: '\x19W9\xdb\xeen\xd2\n'
 items: [u'http-server', u'https-server', u'ark', u'arkterranova']>
DEBUG: Starting batch request...
DEBUG: Adding request: (<googlecloudsdk.third_party.apis.compute.v1.compute_v1_client.ProjectsService object at 0x03BE5850>, 'Get', <ComputeProjectsGetRequest
 project: 'big-dynamo-129221'>)
DEBUG: Making batch request...
DEBUG: Batch request done; responses [<Project
 commonInstanceMetadata: <Metadata
 fingerprint: 'A\x0b-\xb9d2\x0e\xa7'
 items: [<ItemsValueListEntry
 key: u'sshKeys'
 value: u'rodrigortanaka:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAEaYYPc3nQzFK8KUSNlHNYSmBzaJKNlupwuviQrCJEYC/OzzrmgobyhYvNKciNRuWcRkdZEAVK3xxgQG+Lf3wxdU4zLWCCeHBEuvmPdKEO7dzEHQlcdpZD8nw+LhsnQ4EVWyRMNGZaJfZKzNHwBcT9a6+YJxxyljSIDyg36Z+jTtTXbmqbbWP3jhm+Y5AtymvXT9s3PD1FAYGevhRI36UFfUKfj86ZM8oPo15 EVA01\\rodri@EVA01\n'>]
 kind: u'compute#metadata'>
 creationTimestamp: u'2016-04-25T14:57:06.057-07:00'
 enabledFeatures: []
 id: 930543742601079901L
 kind: u'compute#project'
 name: u'big-dynamo-129221'
 quotas: [<Quota
 limit: 1000.0
 metric: MetricValueValuesEnum(SNAPSHOTS, 16)
 usage: 3.0>, <Quota
 limit: 5.0
 metric: MetricValueValuesEnum(NETWORKS, 14)
 usage: 1.0>, <Quota
 limit: 100.0
 metric: MetricValueValuesEnum(FIREWALLS, 4)
 usage: 7.0>, <Quota
 limit: 100.0
 metric: MetricValueValuesEnum(IMAGES, 7)
 usage: 0.0>, <Quota
 limit: 1.0
 metric: MetricValueValuesEnum(STATIC_ADDRESSES, 19)
 usage: 0.0>, <Quota
 limit: 200.0
 metric: MetricValueValuesEnum(ROUTES, 15)
 usage: 5.0>, <Quota
 limit: 15.0
 metric: MetricValueValuesEnum(FORWARDING_RULES, 5)
 usage: 0.0>, <Quota
 limit: 50.0
 metric: MetricValueValuesEnum(TARGET_POOLS, 24)
 usage: 0.0>, <Quota
 limit: 50.0
 metric: MetricValueValuesEnum(HEALTH_CHECKS, 6)
 usage: 0.0>, <Quota
 limit: 23.0
 metric: MetricValueValuesEnum(IN_USE_ADDRESSES, 12)
 usage: 0.0>, <Quota
 limit: 50.0
 metric: MetricValueValuesEnum(TARGET_INSTANCES, 23)
 usage: 0.0>, <Quota
 limit: 10.0
 metric: MetricValueValuesEnum(TARGET_HTTP_PROXIES, 22)
 usage: 0.0>, <Quota
 limit: 10.0
 metric: MetricValueValuesEnum(URL_MAPS, 26)
 usage: 0.0>, <Quota
 limit: 3.0
 metric: MetricValueValuesEnum(BACKEND_SERVICES, 1)
 usage: 0.0>, <Quota
 limit: 100.0
 metric: MetricValueValuesEnum(INSTANCE_TEMPLATES, 11)
 usage: 0.0>, <Quota
 limit: 5.0
 metric: MetricValueValuesEnum(TARGET_VPN_GATEWAYS, 25)
 usage: 0.0>, <Quota
 limit: 10.0
 metric: MetricValueValuesEnum(VPN_TUNNELS, 27)
 usage: 0.0>, <Quota
 limit: 10.0
 metric: MetricValueValuesEnum(TARGET_HTTPS_PROXIES, 21)
 usage: 0.0>, <Quota
 limit: 10.0
 metric: MetricValueValuesEnum(SSL_CERTIFICATES, 18)
 usage: 0.0>, <Quota
 limit: 100.0
 metric: MetricValueValuesEnum(SUBNETWORKS, 20)
 usage: 4.0>]
DEBUG: Current SSH keys in project: [u'rodrigortanaka:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAEaYYPc3nQzFK8KUSNlHNYSmBzaJKNlupwuviQrCJEYC/OzzrmgobyhYvNKciNRuWcRkdZEAVK3xxgQG+Lf3wxdU4zLWCCeHBEuvmPdKEO7dzEHQlcdpZD8nw+LhsnQ4EVWyRMNGZaJfZKzNHwBcT9a6+YJxxy
DEBUG: C:\Users\rodri\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\sdk\putty.exe command: C:\Users\rodri\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\sdk\putty.exe -i C:\Users\rodri\.ssh\google_compute_engine.ppk rodri@104.XX.X.X
Message has been deleted

Rodrigo Tanaka

unread,
May 15, 2016, 3:38:24 PM5/15/16
to gce-dis...@googlegroups.com
I deleted the keys and restarted everything from fresh beggning.

When i run gcloud for the "first" time now, what I got is:


C:\Users\rodri\AppData\Local\Google\Cloud SDK>gcloud compute ssh arkterranova --verbosity debug
DEBUG: Running gcloud.compute.ssh with Namespace(__calliope_internal_deepest_parser=ArgumentParser(prog='gcloud.compute.ssh', usage=None, description='SSH into a virtual machine instance.', version=None, formatter_class=<class 'argparse.HelpFormatter'>, conflict_handler='error', add_help=False), account=None, authority_selector=None, authorization_token_file=None, cmd_func=<bound method Command.Run of <googlecloudsdk.calliope.backend.Command object at 0x035933F0>>, command=None, command_path=['gcloud', 'compute', 'ssh'], configuration=None, container=None, credential_file_override=None, document=None, dry_run=False, format=None, h=None, help=None, http_timeout=None, implementation_args=[], log_http=None, plain=False, project=None, quiet=None, ssh_flag=None, ssh_key_file=None, trace_email=None, trace_log=None, trace_token=None, user_host='arkterranova', user_output_enabled=None, verbosity='debug', version=None, zone=None).
DEBUG: Starting batch request...
DEBUG: Adding request: (<googlecloudsdk.third_party.apis.compute.v1.compute_v1_client.InstancesService object at 0x03C05490>, 'Get', <ComputeInstancesGetRequest
 natIP: u'104.x.x.x'
 type: TypeValueValuesEnum(ONE_TO_ONE_NAT, 0)>]
 name: u'nic0'
 networkIP: u'10.128.0.2'
 scheduling: <Scheduling
 automaticRestart: True
 onHostMaintenance: OnHostMaintenanceValueValuesEnum(MIGRATE, 0)
 preemptible: False>
 serviceAccounts: [<ServiceAccount
 status: StatusValueValuesEnum(RUNNING, 1)
 tags: <Tags
 fingerprint: '\x19W9\xdb\xeen\xd2\n'
 items: [u'http-server', u'https-server', u'ark', u'arkterranova']>
WARNING: The private SSH key file for Google Compute Engine does not exist.
WARNING: You do not have an SSH key for Google Compute Engine.
WARNING: [C:\Users\rodri\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\sdk\winkeygen.exe] will be executed to generate a key.
This tool needs to create the directory [C:\Users\rodri\.ssh] before
being able to generate SSH keys.

Do you want to continue (Y/n)?  y

DEBUG: Starting batch request...
DEBUG: Adding request: (<googlecloudsdk.third_party.apis.compute.v1.compute_v1_client.ProjectsService object at 0x03C05850>, 'Get', <ComputeProjectsGetRequest
 project: 'big-dynamo-129221'>)
DEBUG: Making batch request...
DEBUG: Batch request done; responses [<Project
 commonInstanceMetadata: <Metadata
 fingerprint: 'A\x0b-\xb9d2\x0e\xa7'
 items: [<ItemsValueListEntry
 key: u'sshKeys'
 value: u'rodrigortanaka:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAEaYYPc3nQzFK8KUSNlHNYSmBzaJKNlupwuviQrCJEYC/OzzrmgobyhYvNKciNRuWcRkdZEAVK3xxgQG+Lf3wxdU4zLWCCeHBEuvmPdKEO7dzEHQlcdpZD8nw+LhsnQ4EVWyRMNGZaJfZKzNHwBcT9a6+YJxxyljSIDyg3Rpzow8TNURiWfNbJ0Q40Jf0J44hasl6VLstdB0wU7NmrEMT/9XaEvV2/MfHfRvm4Im0iN/OdAWPaOa5PzmWj2MiCbGwnhwDdOz9SyZ1kKLTFt2e+sUyXz4hgDEvYZdcjBZ9s5Nr8fNOO9267SVl/YUrGRwRYN8F4YFDgE7acg/WZd9WZs= google-ssh {"userName":"rodrigortanaka@gmail.com","expireOn":"2016-05-15T19:13:21+0000"}\nrodrigortanaka:ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO5rVH0wEuy/qELeRTZgbRx74SUOgwQwqKzd7kKQ6/H6WDpbV8aCPcxrxwGOUQmYT/W61wsAJQsEZCy+ckbaiUE= google-ssh {"userName":"rodrigortanaka@gmail.com","expireOn":"2016-05-15T19:13:12+0000"}\nrodrigortanaka:ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAsHgk2oP1weef/B3QUCHiK1YVOffgVbv/EHb8uK+9/zo/gfS4ERFLaHZd5bxAk7+/vg9nN0BaBk3QHH6elvEOO3v/v8xFe2agI3MrYc/bqhXQ3KYnFuu2zSU4OW7qJZLWDaI5znwYJoZjT7WlWuUOrXOKQ0OIViPcIPk63bc7kdtnE9uEC532WhwN8k6ynwzNZToLN8sM/hZ5xff1+jnU2JdMuEZELQ3DQ5//xIMdIfG40TTPYzT2PKqHo1rr1uO7kHCR00Qzg3T1PTFl5+/9nMsQr/jMCVhoTXIu846cF0/zqyneoESHwL0zpM2wINBzGT782o/caSEcwzhl4IVfEQ== rodrigortanaka\nrodri:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtsYxE/7sLJGTUBFPimIvlt3YxRl5HFKInPEFSb4jCq6DE4hc11q1B9hQlfHk2XsMNMltFQhSeV9t/j9BmJA22gNPKeVYU3i6tWMO0gqv+CYR7hjDG6HDrbktUfAZtYykdK0Xrl+dM976nLXbwRLgeFTry5WA5tQg84FK8VcDr0mwha5e+/obVIH0n+UAGleBCOGfgLiKM8hJCIWmE5guiGJEKRCzdhtxP2Lhm+4n1Ku18yiw0QzqdQHD3F5o4x+pIYM3n+Q2130XrVxg7j6Uyj5waxUOJz4wZbJixDy+etppkkQ15nWJrXpQMy/iD1BXqOFYvomdywKLrZgX5P0r3 EVA01\\rodri@EVA01\nWindows:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdHhS0Mob/rF4cAb6FnBkUn1P5Dl5yXI/6AHE+kDENPqEAqiw3ZWXlnktOqud/A8Q6Gtrn8MyJYVCegwgdNubbC2jzI7DyQwfdeNQe4CkcSrnHbBsosoOx/bWcXiqcGUW97bjnqBjRNjszMu3xSHEO+o7dV0a9t4byUXRDH5ynAcMdKGPN0pVpriU0PZFpxOcSLKnBW8p+NIcscBGzuN/dQh2vg15tB3BktDYBKvJDzlm4p8H4U6MpBfgeBv+l1oUJbIDHRzxv937hCymko+zyN4SPY1mGsVQwYXU+5G3zILo6xxTAPT620gnRwDyfdPZUylg12rqP+btpn7cTIi6F Windows-PC\\Windows@Windows-PC\nGabriel:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0ij/HDQXmbzclg6p1NwR8LPFNt+LfH6fAqu//1e1tm6h/oIdWb4of7TYB/79O1UOxAl2PoFAZSgl8OeQcH4WzfuExOUa19iL/sUVhUgeH2zq/y+jEhoFQbgUP33nZuPtnQjlTosTUVRuhjBCkVURnsjII4VzcdDaq5nt3FLYL1waIUysewTZPAvhEvgDY3y4R7iI7MDqFfl77WQy4x0zWfSIhlcyE1U0Qa9GKwhU1xpXFbrGeDO0/Ip4fGNFs+z8M2K3rnUGKKTTCG12KHaSMA/KtQYbl4/zMBERG5F3wW9ObGmHNe0OM9w+wjfGqbqulWvTZwB1AxpOwR324FouN Gabriel-PC\\Gabriel@Gabriel-PC\nrodri:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5IB36e/nRcXvqGGbSPgMiKUy+Qc1gPCZHWM4LNH11t7A1bJhhMonTymf8/hvbDwR5vU3kp87uP4cu2Kbfmu7mboCZFAgM0KLapEUMkmqS1m5Gi3LZwApROdYoy/yZjA2OwWSsRVG4uAw+wuXaNme6yj7gcvZWPxJOdBnBbO/nLXy90iswkbJ1IIUtGhNZGulqeRp9h4bCkVCpGLi3FhR8yIJPEIGnG95PWOO4q7U8JGCIFw5fpSmj+XJmBogyz7XUx+aLK4XYZfPeFEYnaffdQ6Z+jTtTXbmqbbWP3jhm+Y5AtymvXT9s3PD1FAYGevhRI36UFfUKfj86ZM8oPo15 EVA01\\rodri@EVA01\n'>]
DEBUG: Current SSH keys in project: [u'rodrigortanaka:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAEaYYPc3nQzFK8KUSNlHNYSmBzaJKNlupwuviQrCJEYC/OzzrmgobyhYvNKciNRuWcRkdZEAVK3xxgQG+Lf3wxdU4zLWCCeHBEuvmPdKEO7dzEHQlcdpZD8nw+LhsnQ4EVWyRMNGZaJfZKzNHwBcT9a6+YJxxyljSIDyg3Rpzow8TNURiWfNbJ0Q40Jf0J44hasl6VLstdB0wU7NmrEMT/9XaEvV2/MfHfRvm4Im0iN/OdAWPaOa5PzmWj2MiCbGwnhwDdOz9SyZ1kKLTFt2e+sUyXz4hgDEvYZdcjBZ9s5Nr8fNOO9267SVl/YUrGRwRYN8F4YFDgE7acg/WZd9WZs= google-ssh {"userName":"rodrigortanaka@gmail.com","expireOn":"2016-05-15T19:13:21+0000"}', u'rodrigortanaka:ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO5rVH0wEuy/qELeRTZgbRx74SUOgwQwqKzd7kKQ6/H6WDpbV8aCPcxrxwGOUQmYT/W61wsAJQsEZCy+ckbaiUE= google-ssh {"userName":"rodrigortanaka@gmail.com","expireOn":"2016-05-15T19:13:12+0000"}', u'rodrigortanaka:ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAsHgk2oP1weef/B3QUCHiK1YVOffgVbv/EHb8uK+9/zo/gfS4ERFLaHZd5bxAk7+/vg9nN0BaBk3QHH6elvEOO3v/v8xFe2agI3MrYc/bqhXQ3KYnFuu2zSU4OW7qJZLWDaI5znwYJoZjT7WlWuUOrXOKQ0OIViPcIPk63bc7kdtnE9uEC532WhwN8k6ynwzNZToLN8sM/hZ5xff1+jnU2JdMuEZELQ3DQ5//xIMdIfG40TTPYzT2PKqHo1rr1uO7kHCR00Qzg3T1PTFl5+/9nMsQr/jMCVhoTXIu846cF0/zqyneoESHwL0zpM2wINBzGT782o/caSEcwzhl4IVfEQ== rodrigortanaka', u'rodri:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtsYxE/7sLJGTUBFPimIvlt3YxRl5HFKInPEFSb4jCq6DE4hc11q1B9hQlfHk2XsMNMltFQhSeV9t/j9BmJA22gNPKeVYU3i6tWMO0gqv+CYR7hjDG6HDrbktUfAZtYykdK0Xrl+dM976nLXbwRLgeFTry5WA5tQg84FK8VcDr0mwha5e+/obVIH0n+UAGleBCOGfgLiKM8hJCIWmE5guiGJEKRCzdhtxP2Lhm+4n1Ku18yiw0QzqdQHD3F5o4x+pIYM3n+Q2130XrVxg7j6Uyj5waxUOJz4wZbJixDy+etppkkQ15nWJrXpQMy/iD1BXqOFYvomdywKLrZgX5P0r3 EVA01\\rodri@EVA01', u'Windows:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdHhS0Mob/rF4cAb6FnBkUn1P5Dl5yXI/6AHE+kDENPqEAqiw3ZWXlnktOqud/A8Q6Gtrn8MyJYVCegwgdNubbC2jzI7DyQwfdeNQe4CkcSrnHbBsosoOx/bWcXiqcGUW97bjnqBjRNjszMu3xSHEO+o7dV0a9t4byUXRDH5ynAcMdKGPN0pVpriU0PZFpxOcSLKnBW8p+NIcscBGzuN/dQh2vg15tB3BktDYBKvJDzlm4p8H4U6MpBfgeBv+l1oUJbIDHRzxv937hCymko+zyN4SPY1mGsVQwYXU+5G3zILo6xxTAPT620gnRwDyfdPZUylg12rqP+btpn7cTIi6F Windows-PC\\Windows@Windows-PC', u'Gabriel:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0ij/HDQXmbzclg6p1NwR8LPFNt+LfH6fAqu//1e1tm6h/oIdWb4of7TYB/79O1UOxAl2PoFAZSgl8OeQcH4WzfuExOUa19iL/sUVhUgeH2zq/y+jEhoFQbgUP33nZuPtnQjlTosTUVRuhjBCkVURnsjII4VzcdDaq5nt3FLYL1waIUysewTZPAvhEvgDY3y4R7iI7MDqFfl77WQy4x0zWfSIhlcyE1U0Qa9GKwhU1xpXFbrGeDO0/Ip4fGNFs+z8M2K3rnUGKKTTCG12KHaSMA/KtQYbl4/zMBERG5F3wW9ObGmHNe0OM9w+wjfGqbqulWvTZwB1AxpOwR324FouN Gabriel-PC\\Gabriel@Gabriel-PC', u'rodri:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5IB36e/nRcXvqGGbSPgMiKUy+Qc1gPCZHWM4LNH11t7A1bJhhMonTymf8/hvbDwR5vU3kp87uP4cu2Kbfmu7mboCZFAgM0KLapEUMkmqS1m5Gi3LZwApROdYoy/yZjA2OwWSsRVG4uAw+wuXaNme6yj7gcvZWPxJOdBnBbO/nLXy90iswkbJ1IIUtGhNZGulqeRp9h4bCkVCpGLi3FhR8yIJPEIGnG95PWOO4q7U8JGCIFw5fpSmj+XJmBogyz7XUx+aLK4XYZfPeFEYnaffdQ6Z+jTtTXbmqbbWP3jhm+Y5AtymvXT9s3PD1FAYGevhRI36UFfUKfj86ZM8oPo15 EVA01\\rodri@EVA01']
DEBUG: Starting batch request...
DEBUG: Adding request: (<googlecloudsdk.third_party.apis.compute.v1.compute_v1_client.ProjectsService object at 0x03C05850>, 'SetCommonInstanceMetadata', <ComputeProjectsSetCommonInstanceMetadataRequest
 metadata: <Metadata
 fingerprint: 'A\x0b-\xb9d2\x0e\xa7'
 items: [<ItemsValueListEntry
 key: u'sshKeys'
 value: u'rodrigortanaka:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAEaYYPc3nQzFK8KUSNlHNYSmBzaJKNlupwuviQrCJEYC/OzzrmgobyhYvNKciNRuWcRkdZEAVK3xxgQG+Lf3wxdU4zLWCCeHBEuvmPdKEO7dzEHQlcdpZD8nw+LhsnQ4EVWyRMNGZaJfZKzNHwBcT9a6+YJxxyljSIDyg3Rpzow8TNURiWfNbJ0Q40Jf0J44hasl6VLstdB0wU7NmrEMT/9XaEvV2/MfHfRvm4Im0iN/OdAWPaOa5PzmWj2MiCbGwnhwDdOz9SyZ1kKLTFt2e+sUyXz4hgDEvYZdcjBZ9s5Nr8fNOO9267SVl/YUrGRwRYN8F4YFDgE7acg/WZd9WZs= google-ssh {"userName":"rodrigortanaka@gmail.com","expireOn":"2016-05-15T19:13:21+0000"}\nrodrigortanaka:ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO5rVH0wEuy/qELeRTZgbRx74SUOgwQwqKzd7kKQ6/H6WDpbV8aCPcxrxwGOUQmYT/W61wsAJQsEZCy+ckbaiUE= google-ssh {"userName":"rodrigortanaka@gmail.com","expireOn":"2016-05-15T19:13:12+0000"}\nrodrigortanaka:ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAsHgk2oP1weef/B3QUCHiK1YVOffgVbv/EHb8uK+9/zo/gfS4ERFLaHZd5bxAk7+/vg9nN0BaBk3QHH6elvEOO3v/v8xFe2agI3MrYc/bqhXQ3KYnFuu2zSU4OW7qJZLWDaI5znwYJoZjT7WlWuUOrXOKQ0OIViPcIPk63bc7kdtnE9uEC532WhwN8k6ynwzNZToLN8sM/hZ5xff1+jnU2JdMuEZELQ3DQ5//xIMdIfG40TTPYzT2PKqHo1rr1uO7kHCR00Qzg3T1PTFl5+/9nMsQr/jMCVhoTXIu846cF0/zqyneoESHwL0zpM2wINBzGT782o/caSEcwzhl4IVfEQ== rodrigortanaka\nrodri:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtsYxE/7sLJGTUBFPimIvlt3YxRl5HFKInPEFSb4jCq6DE4hc11q1B9hQlfHk2XsMNMltFQhSeV9t/j9BmJA22gNPKeVYU3i6tWMO0gqv+CYR7hjDG6HDrbktUfAZtYykdK0Xrl+dM976nLXbwRLgeFTry5WA5tQg84FK8VcDr0mwha5e+/obVIH0n+UAGleBCOGfgLiKM8hJCIWmE5guiGJEKRCzdhtxP2Lhm+4n1Ku18yiw0QzqdQHD3F5o4x+pIYM3n+Q2130XrVxg7j6Uyj5waxUOJz4wZbJixDy+etppkkQ15nWJrXpQMy/iD1BXqOFYvomdywKLrZgX5P0r3 EVA01\\rodri@EVA01\nWindows:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdHhS0Mob/rF4cAb6FnBkUn1P5Dl5yXI/6AHE+kDENPqEAqiw3ZWXlnktOqud/A8Q6Gtrn8MyJYVCegwgdNubbC2jzI7DyQwfdeNQe4CkcSrnHbBsosoOx/bWcXiqcGUW97bjnqBjRNjszMu3xSHEO+o7dV0a9t4byUXRDH5ynAcMdKGPN0pVpriU0PZFpxOcSLKnBW8p+NIcscBGzuN/dQh2vg15tB3BktDYBKvJDzlm4p8H4U6MpBfgeBv+l1oUJbIDHRzxv937hCymko+zyN4SPY1mGsVQwYXU+5G3zILo6xxTAPT620gnRwDyfdPZUylg12rqP+btpn7cTIi6F Windows-PC\\Windows@Windows-PC\nGabriel:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0ij/HDQXmbzclg6p1NwR8LPFNt+LfH6fAqu//1e1tm6h/oIdWb4of7TYB/79O1UOxAl2PoFAZSgl8OeQcH4WzfuExOUa19iL/sUVhUgeH2zq/y+jEhoFQbgUP33nZuPtnQjlTosTUVRuhjBCkVURnsjII4VzcdDaq5nt3FLYL1waIUysewTZPAvhEvgDY3y4R7iI7MDqFfl77WQy4x0zWfSIhlcyE1U0Qa9GKwhU1xpXFbrGeDO0/Ip4fGNFs+z8M2K3rnUGKKTTCG12KHaSMA/KtQYbl4/zMBERG5F3wW9ObGmHNe0OM9w+wjfGqbqulWvTZwB1AxpOwR324FouN Gabriel-PC\\Gabriel@Gabriel-PC\nrodri:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5IB36e/nRcXvqGGbSPgMiKUy+Qc1gPCZHWM4LNH11t7A1bJhhMonTymf8/hvbDwR5vU3kp87uP4cu2Kbfmu7mboCZFAgM0KLapEUMkmqS1m5Gi3LZwApROdYoy/yZjA2OwWSsRVG4uAw+wuXaNme6yj7gcvZWPxJOdBnBbO/nLXy90iswkbJ1IIUtGhNZGulqeRp9h4bCkVCpGLi3FhR8yIJPEIGnG95PWOO4q7U8JGCIFw5fpSmj+XJmBogyz7XUx+aLK4XYZfPeFEYnaffdQ6Z+jTtTXbmqbbWP3jhm+Y5AtymvXT9s3PD1FAYGevhRI36UFfUKfj86ZM8oPo15 EVA01\\rodri@EVA01\nrodri:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/+ctMV35NAWqquLXtI5E7xB9EtVnMS/oPfbYIFI9MTxT70eTRglQylABgoBQ2KRGCYVDKyv+ZXogHlYhuayDFdM9WwonmcvfDUzyVfCs3sEGm3ljXGu73B+wBN5asRpt0WfWdqQEQEzyMyDwGgMzrr7GR2lZbXcmQ6spvTLjzP/eBpwdVJ2CzvcbDJ1fmJLfFpGWTfktKnKmsPLtlxNDnnZdOxmXBKAaGsPE786fXKClxwh4+JlfGSnhh7Pt/4j315/FXSAPY02FCPcFoR56ugdUWqe6gTTQ/CfEApPN4k8XTw8Y3GFM+eLnr+VPguBxbcqt/+HQIT74DrBIHNEcL EVA01\\rodri@EVA01'>]>
 project: 'big-dynamo-129221'>)
DEBUG: Making batch request...
DEBUG: Batch request done; responses [<Operation
 id: 4400949288534111131L
 insertTime: u'2016-05-15T12:26:44.119-07:00'
 kind: u'compute#operation'
 name: u'operation-1463340403893-532e67cf5a309-c33855fb-a1dc9131'
 operationType: u'setMetadata'
 progress: 0
 status: StatusValueValuesEnum(PENDING, 1)
 targetId: 1033830097865L
 warnings: []>]
DEBUG: Operations to inspect: [<Operation
 id: 4400949288534111131L
 insertTime: u'2016-05-15T12:26:44.119-07:00'
 kind: u'compute#operation'
 name: u'operation-1463340403893-532e67cf5a309-c33855fb-a1dc9131'
 operationType: u'setMetadata'
 progress: 0
 status: StatusValueValuesEnum(PENDING, 1)
 targetId: 1033830097865L
 warnings: []>]
DEBUG: Starting batch request...
DEBUG: Adding request: (<googlecloudsdk.third_party.apis.compute.v1.compute_v1_client.GlobalOperationsService object at 0x039C9830>, 'Get', <ComputeGlobalOperationsGetRequest
 operation: u'operation-1463340403893-532e67cf5a309-c33855fb-a1dc9131'
 project: 'big-dynamo-129221'>)
DEBUG: Making batch request...
DEBUG: Batch request done; responses [<Operation
 id: 4400949288534111131L
 insertTime: u'2016-05-15T12:26:44.119-07:00'
 kind: u'compute#operation'
 name: u'operation-1463340403893-532e67cf5a309-c33855fb-a1dc9131'
 operationType: u'setMetadata'
 progress: 0
 status: StatusValueValuesEnum(PENDING, 1)
 targetId: 1033830097865L
 warnings: []>]
DEBUG: Sleeping for 1s.
DEBUG: Operations to inspect: [<Operation
 id: 4400949288534111131L
 insertTime: u'2016-05-15T12:26:44.119-07:00'
 kind: u'compute#operation'
 name: u'operation-1463340403893-532e67cf5a309-c33855fb-a1dc9131'
 operationType: u'setMetadata'
 progress: 0
 status: StatusValueValuesEnum(PENDING, 1)
 targetId: 1033830097865L
 warnings: []>]
DEBUG: Starting batch request...
DEBUG: Adding request: (<googlecloudsdk.third_party.apis.compute.v1.compute_v1_client.GlobalOperationsService object at 0x039C9830>, 'Get', <ComputeGlobalOperationsGetRequest
 operation: u'operation-1463340403893-532e67cf5a309-c33855fb-a1dc9131'
 project: 'big-dynamo-129221'>)
DEBUG: Making batch request...
DEBUG: Batch request done; responses [<Operation
 id: 4400949288534111131L
 insertTime: u'2016-05-15T12:26:44.119-07:00'
 kind: u'compute#operation'
 name: u'operation-1463340403893-532e67cf5a309-c33855fb-a1dc9131'
 operationType: u'setMetadata'
 progress: 0
 startTime: u'2016-05-15T12:26:44.584-07:00'
 status: StatusValueValuesEnum(RUNNING, 2)
 targetId: 1033830097865L
 warnings: []>]
DEBUG: Sleeping for 2s.
DEBUG: Operations to inspect: [<Operation
 id: 4400949288534111131L
 insertTime: u'2016-05-15T12:26:44.119-07:00'
 kind: u'compute#operation'
 name: u'operation-1463340403893-532e67cf5a309-c33855fb-a1dc9131'
 operationType: u'setMetadata'
 progress: 0
 startTime: u'2016-05-15T12:26:44.584-07:00'
 status: StatusValueValuesEnum(RUNNING, 2)
 targetId: 1033830097865L
 warnings: []>]
DEBUG: Starting batch request...
DEBUG: Adding request: (<googlecloudsdk.third_party.apis.compute.v1.compute_v1_client.GlobalOperationsService object at 0x039C9830>, 'Get', <ComputeGlobalOperationsGetRequest
 operation: u'operation-1463340403893-532e67cf5a309-c33855fb-a1dc9131'
 project: 'big-dynamo-129221'>)
DEBUG: Making batch request...
DEBUG: Batch request done; responses [<Operation
 id: 4400949288534111131L
 insertTime: u'2016-05-15T12:26:44.119-07:00'
 kind: u'compute#operation'
 name: u'operation-1463340403893-532e67cf5a309-c33855fb-a1dc9131'
 operationType: u'setMetadata'
 progress: 0
 startTime: u'2016-05-15T12:26:44.584-07:00'
 status: StatusValueValuesEnum(RUNNING, 2)
 targetId: 1033830097865L
 warnings: []>]
DEBUG: Sleeping for 3s.
DEBUG: Operations to inspect: [<Operation
 id: 4400949288534111131L
 insertTime: u'2016-05-15T12:26:44.119-07:00'
 kind: u'compute#operation'
 name: u'operation-1463340403893-532e67cf5a309-c33855fb-a1dc9131'
 operationType: u'setMetadata'
 progress: 0
 startTime: u'2016-05-15T12:26:44.584-07:00'
 status: StatusValueValuesEnum(RUNNING, 2)
 targetId: 1033830097865L
 warnings: []>]
DEBUG: Starting batch request...
DEBUG: Adding request: (<googlecloudsdk.third_party.apis.compute.v1.compute_v1_client.GlobalOperationsService object at 0x039C9830>, 'Get', <ComputeGlobalOperationsGetRequest
 operation: u'operation-1463340403893-532e67cf5a309-c33855fb-a1dc9131'
 project: 'big-dynamo-129221'>)
DEBUG: Making batch request...
DEBUG: Batch request done; responses [<Operation
 id: 4400949288534111131L
 insertTime: u'2016-05-15T12:26:44.119-07:00'
 kind: u'compute#operation'
 name: u'operation-1463340403893-532e67cf5a309-c33855fb-a1dc9131'
 operationType: u'setMetadata'
 progress: 0
 startTime: u'2016-05-15T12:26:44.584-07:00'
 status: StatusValueValuesEnum(RUNNING, 2)
 targetId: 1033830097865L
 warnings: []>]
DEBUG: Sleeping for 4s.
DEBUG: Operations to inspect: [<Operation
 id: 4400949288534111131L
 insertTime: u'2016-05-15T12:26:44.119-07:00'
 kind: u'compute#operation'
 name: u'operation-1463340403893-532e67cf5a309-c33855fb-a1dc9131'
 operationType: u'setMetadata'
 progress: 0
 startTime: u'2016-05-15T12:26:44.584-07:00'
 status: StatusValueValuesEnum(RUNNING, 2)
 targetId: 1033830097865L
 warnings: []>]
DEBUG: Starting batch request...
DEBUG: Adding request: (<googlecloudsdk.third_party.apis.compute.v1.compute_v1_client.GlobalOperationsService object at 0x039C9830>, 'Get', <ComputeGlobalOperationsGetRequest
 operation: u'operation-1463340403893-532e67cf5a309-c33855fb-a1dc9131'
 project: 'big-dynamo-129221'>)
DEBUG: Making batch request...
DEBUG: Batch request done; responses [<Operation
 endTime: u'2016-05-15T12:26:54.826-07:00'
 id: 4400949288534111131L
 insertTime: u'2016-05-15T12:26:44.119-07:00'
 kind: u'compute#operation'
 name: u'operation-1463340403893-532e67cf5a309-c33855fb-a1dc9131'
 operationType: u'setMetadata'
 progress: 100
 startTime: u'2016-05-15T12:26:44.584-07:00'
 status: StatusValueValuesEnum(DONE, 0)
 targetId: 1033830097865L
 warnings: []>]
DEBUG: Sleeping for 5s.
DEBUG: Operations to inspect: [<Operation
 endTime: u'2016-05-15T12:26:54.826-07:00'
 id: 4400949288534111131L
 insertTime: u'2016-05-15T12:26:44.119-07:00'
 kind: u'compute#operation'
 name: u'operation-1463340403893-532e67cf5a309-c33855fb-a1dc9131'
 operationType: u'setMetadata'
 progress: 100
 startTime: u'2016-05-15T12:26:44.584-07:00'
 status: StatusValueValuesEnum(DONE, 0)
 targetId: 1033830097865L
 warnings: []>]
DEBUG: Starting batch request...
DEBUG: Adding request: (<googlecloudsdk.third_party.apis.compute.v1.compute_v1_client.ProjectsService object at 0x03C05850>, 'Get', <ComputeProjectsGetRequest
 project: u'big-dynamo-129221'>)
DEBUG: Making batch request...
DEBUG: Batch request done; responses [<Project
 commonInstanceMetadata: <Metadata
 fingerprint: '\xe6\x91Y\x94\x0b\x1e\x1e='
 items: [<ItemsValueListEntry
 key: u'sshKeys'
 value: u'rodrigortanaka:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAEaYYPc3nQzFK8KUSNlHNYSmBzaJKNlupwuviQrCJEYC/OzzrmgobyhYvNKciNRuWcRkdZEAVK3xxgQG+Lf3wxdU4zLWCCeHBEuvmPdKEO7dzEHQlcdpZD8nw+LhsnQ4EVWyRMNGZaJfZKzNHwBcT9a6+YJxxyljSIDyg3Rpzow8TNURiWfNbJ0Q40Jf0J44hasl6VLstdB0wU7NmrEMT/9XaEvV2/MfHfRvm4Im0iN/OdAWPaOa5PzmWj2MiCbGwnhwDdOz9SyZ1kKLTFt2e+sUyXz4hgDEvYZdcjBZ9s5Nr8fNOO9267SVl/YUrGRwRYN8F4YFDgE7acg/WZd9WZs= google-ssh {"userName":"rodrigortanaka@gmail.com","expireOn":"2016-05-15T19:13:21+0000"}\nrodrigortanaka:ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO5rVH0wEuy/qELeRTZgbRx74SUOgwQwqKzd7kKQ6/H6WDpbV8aCPcxrxwGOUQmYT/W61wsAJQsEZCy+ckbaiUE= google-ssh {"userName":"rodrigortanaka@gmail.com","expireOn":"2016-05-15T19:13:12+0000"}\nrodrigortanaka:ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAsHgk2oP1weef/B3QUCHiK1YVOffgVbv/EHb8uK+9/zo/gfS4ERFLaHZd5bxAk7+/vg9nN0BaBk3QHH6elvEOO3v/v8xFe2agI3MrYc/bqhXQ3KYnFuu2zSU4OW7qJZLWDaI5znwYJoZjT7WlWuUOrXOKQ0OIViPcIPk63bc7kdtnE9uEC532WhwN8k6ynwzNZToLN8sM/hZ5xff1+jnU2JdMuEZELQ3DQ5//xIMdIfG40TTPYzT2PKqHo1rr1uO7kHCR00Qzg3T1PTFl5+/9nMsQr/jMCVhoTXIu846cF0/zqyneoESHwL0zpM2wINBzGT782o/caSEcwzhl4IVfEQ== rodrigortanaka\nrodri:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtsYxE/7sLJGTUBFPimIvlt3YxRl5HFKInPEFSb4jCq6DE4hc11q1B9hQlfHk2XsMNMltFQhSeV9t/j9BmJA22gNPKeVYU3i6tWMO0gqv+CYR7hjDG6HDrbktUfAZtYykdK0Xrl+dM976nLXbwRLgeFTry5WA5tQg84FK8VcDr0mwha5e+/obVIH0n+UAGleBCOGfgLiKM8hJCIWmE5guiGJEKRCzdhtxP2Lhm+4n1Ku18yiw0QzqdQHD3F5o4x+pIYM3n+Q2130XrVxg7j6Uyj5waxUOJz4wZbJixDy+etppkkQ15nWJrXpQMy/iD1BXqOFYvomdywKLrZgX5P0r3 EVA01\\rodri@EVA01\nWindows:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdHhS0Mob/rF4cAb6FnBkUn1P5Dl5yXI/6AHE+kDENPqEAqiw3ZWXlnktOqud/A8Q6Gtrn8MyJYVCegwgdNubbC2jzI7DyQwfdeNQe4CkcSrnHbBsosoOx/bWcXiqcGUW97bjnqBjRNjszMu3xSHEO+o7dV0a9t4byUXRDH5ynAcMdKGPN0pVpriU0PZFpxOcSLKnBW8p+NIcscBGzuN/dQh2vg15tB3BktDYBKvJDzlm4p8H4U6MpBfgeBv+l1oUJbIDHRzxv937hCymko+zyN4SPY1mGsVQwYXU+5G3zILo6xxTAPT620gnRwDyfdPZUylg12rqP+btpn7cTIi6F Windows-PC\\Windows@Windows-PC\nGabriel:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0ij/HDQXmbzclg6p1NwR8LPFNt+LfH6fAqu//1e1tm6h/oIdWb4of7TYB/79O1UOxAl2PoFAZSgl8OeQcH4WzfuExOUa19iL/sUVhUgeH2zq/y+jEhoFQbgUP33nZuPtnQjlTosTUVRuhjBCkVURnsjII4VzcdDaq5nt3FLYL1waIUysewTZPAvhEvgDY3y4R7iI7MDqFfl77WQy4x0zWfSIhlcyE1U0Qa9GKwhU1xpXFbrGeDO0/Ip4fGNFs+z8M2K3rnUGKKTTCG12KHaSMA/KtQYbl4/zMBERG5F3wW9ObGmHNe0OM9w+wjfGqbqulWvTZwB1AxpOwR324FouN Gabriel-PC\\Gabriel@Gabriel-PC\nrodri:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5IB36e/nRcXvqGGbSPgMiKUy+Qc1gPCZHWM4LNH11t7A1bJhhMonTymf8/hvbDwR5vU3kp87uP4cu2Kbfmu7mboCZFAgM0KLapEUMkmqS1m5Gi3LZwApROdYoy/yZjA2OwWSsRVG4uAw+wuXaNme6yj7gcvZWPxJOdBnBbO/nLXy90iswkbJ1IIUtGhNZGulqeRp9h4bCkVCpGLi3FhR8yIJPEIGnG95PWOO4q7U8JGCIFw5fpSmj+XJmBogyz7XUx+aLK4XYZfPeFEYnaffdQ6Z+jTtTXbmqbbWP3jhm+Y5AtymvXT9s3PD1FAYGevhRI36UFfUKfj86ZM8oPo15 EVA01\\rodri@EVA01\nrodri:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/+ctMV35NAWqquLXtI5E7xB9EtVnMS/oPfbYIFI9MTxT70eTRglQylABgoBQ2KRGCYVDKyv+ZXogHlYhuayDFdM9WwonmcvfDUzyVfCs3sEGm3ljXGu73B+wBN5asRpt0WfWdqQEQEzyMyDwGgMzrr7GR2lZbXcmQ6spvTLjzP/eBpwdVJ2CzvcbDJ1fmJLfFpGWTfktKnKmsPLtlxNDnnZdOxmXBKAaGsPE786fXKClxwh4+JlfGSnhh7Pt/4j315/FXSAPY02FCPcFoR56ugdUWqe6gTTQ/CfEApPN4k8XTw8Y3GFM+eLnr+VPguBxbcqt/+HQIT74DrBIHNEcL EVA01\\rodri@EVA01'>]
DEBUG: polling instance for SSHability
FATAL ERROR: Network error: Connection timed out
DEBUG: polling instance for SSHability
FATAL ERROR: Network error: Connection timed out
DEBUG: polling instance for SSHability
FATAL ERROR: Network error: Connection timed out
DEBUG: (gcloud.compute.ssh) Could not SSH to the instance.  It is possible that your SSH key has not propagated to the instance yet. Try running this command again.  If you still cannot connect, verify that the firewall and instance are set to accept ssh traffic.
Traceback (most recent call last):
  File "C:\Users\rodri\AppData\Local\Google\Cloud SDK\google-cloud-sdk\lib\googlecloudsdk\calliope\cli.py", line 651, in Execute
    result = args.cmd_func(cli=self, args=args)
  File "C:\Users\rodri\AppData\Local\Google\Cloud SDK\google-cloud-sdk\lib\googlecloudsdk\calliope\backend.py", line 1412, in Run
    resources = command_instance.Run(args)
  File "C:\Users\rodri\AppData\Local\Google\Cloud SDK\google-cloud-sdk\lib\surface\compute\ssh.py", line 166, in Run
    use_account_service=self._use_accounts_service)
  File "C:\Users\rodri\AppData\Local\Google\Cloud SDK\google-cloud-sdk\lib\googlecloudsdk\api_lib\compute\ssh_utils.py", line 902, in ActuallyRun
    self.WaitUntilSSHable(user, GetExternalIPAddress(instance))
  File "C:\Users\rodri\AppData\Local\Google\Cloud SDK\google-cloud-sdk\lib\googlecloudsdk\api_lib\compute\ssh_utils.py", line 758, in WaitUntilSSHable
    'Could not SSH to the instance.  It is possible that '
ToolException: Could not SSH to the instance.  It is possible that your SSH key has not propagated to the instance yet. Try running this command again.  If you still cannot connect, verify that the firewall and instance are set to accept ssh traffic.
ERROR: (gcloud.compute.ssh) Could not SSH to the instance.  It is possible that your SSH key has not propagated to the instance yet. Try running this command again.  If you still cannot connect, verify that the firewall and instance are set to accept ssh traffic.






































































Rodrigo Tanaka

unread,
May 15, 2016, 3:41:07 PM5/15/16
to gce-discussion
Reply all
Reply to author
Forward
0 new messages