Gcloud ssh permission denied after running command -
i receive permission denied (publickey,gssapi-keyex,gssapi-with-mic). error: (gcloud.compute.ssh) [/usr/bin/ssh] exited return code [255].
error after run: gcloud compute ssh instance-1 --zone us-east1-d --command "tar -xf archive.tar"
i can run --command "ls -al" fine.
looks user you're ssh-ing can't run command. if that's case when run gcloud compute ssh instance-1 --zone us-east1-d
, issue command tar -xf archive.tar
should see same error. you?
wiki
Comments
Post a Comment