Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add sshuser flag #335

Merged
merged 5 commits into from
Sep 11, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update Doc
  • Loading branch information
tedteng committed Sep 8, 2023
commit b7e0b51867ad4b2544e10c10dcbe3f448a23f6b3
2 changes: 1 addition & 1 deletion docs/help/gardenctl_ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ gardenctl ssh --keep-bastion --bastion-name cli-xxxxxxxx --public-key-file /path
--seed string target the given seed cluster
--shoot string target the given shoot cluster
--skip-availability-check Skip checking for SSH bastion host availability.
--user string user is the name of the Shoot cluster node ssh login user name. (default "gardener")
--user string user is the name of the Shoot cluster node ssh login username. (default "gardener")
--wait-timeout duration Maximum duration to wait for the bastion to become available. (default 10m0s)
```

Expand Down