Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
4 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
4 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.