Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
3 years agoDifficulty to force glcoud compute to use only the ssh agent sock
Hi everyone,
New joiner here, but old user from 1password.
I'm facing difficulty to force glcoud to use only the ssh agent sock set from config file. It works for all other environments easily. ...
floris_1P
1Password Team
3 years agoYou can use the --plain
flag to disable the assumptions that the gcloud compute ssh
command makes about your local SSH setup. Other useful flags are --ssh-flag
to add flags to the underlying SSH command (e.g. --ssh-flag='-v'
) and --dry-run
which is helpful for debugging.