1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed Feb 5 10:43:28 UTC 2025

This commit is contained in:
Automated 2025-02-05 10:43:28 +00:00
parent 50090ced80
commit c854ee0644
87 changed files with 3843 additions and 232 deletions

View file

@ -6,8 +6,8 @@ SYNOPSIS
(WORKSTATION : --cluster=CLUSTER --config=CONFIG --region=REGION)
[--command=COMMAND]
[--local-host-port=LOCAL_HOST_PORT; default="localhost:0"]
[--port=PORT; default=22] [--user=USER; default="user"]
[GCLOUD_WIDE_FLAG ...] [-- SSH_ARGS ...]
[--port=PORT; default=22] [--ssh-flag=SSH_FLAG]
[--user=USER; default="user"] [GCLOUD_WIDE_FLAG ...] [-- SSH_ARGS ...]
DESCRIPTION
SSH into a running workstation.
@ -104,6 +104,13 @@ FLAGS
--port=PORT; default=22
The port on the workstation to which traffic should be sent.
--ssh-flag=SSH_FLAG
Additional flags to be passed to ssh(1). It is recommended that flags
be passed using an assignment operator and quotes. Example:
$ gcloud workstations ssh --ssh-flag="-vvv" \
--ssh-flag="-L 80:localhost:80"
--user=USER; default="user"
The username with which to SSH.