Assigned
Status Update
Comments
ka...@google.com <ka...@google.com> #2
Hello,
Thank you for reaching out. I'm going to create an internal feature request. Please keep in mind that this feature request has to be analyzed and considered by the product team and I can't provide you ETA for it to be delivered. However, you can keep track of the status by following this thread.
Description
What you would like to accomplish:
gcloud compute scp
orgcloud beta compute scp
usingHow this might work:
gcloud beta compute scp
does not sends SCP flag-o CertificateFile
within the/usr/bin/scp
command.Temporary workaround (2 step):
gcloud beta compute ssh
firstgcloud beta compute scp
and add flag--scp-flag="-o CertificateFile=/home/USER/.ssh/google_compute_engine_cert/ZONE-cert.pub"
to it (This certificate gets created during the first step).Other information (workarounds you have tried, documentation consulted, etc):