Supress SSH warning

      No Comments on Supress SSH warning

Some of us enjoy the thrills of having SSH enabled in our hosts but dislike the warning each host throws at us.
Here’s how to disable it, use at your own risk 🙂


Get-VMHost | Get-AdvancedSetting UserVars.SuppressShellWarning |
Set-AdvancedSetting -Value 1

Other way to keep the environment safe is to enable SSH and disable it once you finish using it. I’ll publish another post on how to do it soon!

Leave a Reply

Your email address will not be published. Required fields are marked *