0

INFO: Running command line: ssh -o UserKnownHostsFile=/dev/null -o CheckHostIP=no -o StrictHostKeyChecking=no -i /Users/xxx/.ssh/google_compute_engine -A -p 22 ${USER}@${IP} -- ./sshBecalos: line 1: 1632 Killed: 9 gcutil --service_version="xxxx" --project="xxx" ssh --zone="us-central1-a" "xxx"

Kara
  • 6,115
  • 16
  • 50
  • 57

2 Answers2

1

This is a known issue and we are working on getting a fix out ASAP.

In the meantime, you can run the command output in the INFO line.

We are tracking this issue here.

Joe Beda
  • 2,743
  • 1
  • 19
  • 16
0

As mentioned in the issue linked above, please download the latest version of gcutil (1.10.0) to resolve.

PaulR
  • 3,223
  • 1
  • 21
  • 32