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

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -