Microsoft Virtualization Discussions
Microsoft Virtualization Discussions
Hi,
Is there any way to setup SSH and SSL with Powershell ?
Like cli command < secureadmin setup ssh > and < secureadmin setup ssl >
its look like that the invoke-nassh command dont work.
Thanks
--
Hi Rene,
did you try:
set-naoption ssh.enable on
set-naoption ssl.enable on
regards
Erich
Hi Rene,
As Erich suggested you can turn SSH and SSL on via the Set-NaOption cmdlet, but you cannot generate your certificates. I'll ping the dev team, and see if this is something we can get added to a future build.
~Glenn
Glenn,
Was there ever an update to this?
Yes. Try Initialize-NaSecureAdminSsh in Toolkit 1.6 or later.
Thanks!