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

[vSphere][8.0][VCSA-80-000303] vCenter SSH enable and disable through CLI #263

Open
pstearns opened this issue Oct 24, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request powercli

Comments

@pstearns
Copy link

Is your feature request related to a problem? Please describe.

Currently this one is manual through the VAMI.

Describe the solution you'd like

Automate the remediation through CLI.

Connect-VIServer servername
$body = Initialize-AccessSshSetRequestBody -Enabled $false
Invoke-SetAccessSsh -AccessSshSetRequestBody $body

Describe alternatives you've considered

No response

Additional context

No response

@pstearns pstearns added the enhancement New feature or request label Oct 24, 2024
@rlakey rlakey self-assigned this Nov 7, 2024
@rlakey rlakey added the powercli label Nov 7, 2024
@rlakey
Copy link
Contributor

rlakey commented Nov 7, 2024

Thanks @pstearns we'll look at getting that added next update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request powercli
Projects
None yet
Development

No branches or pull requests

2 participants