Microsoft Virtualization Discussions

setup ssh and ssl

rene_meier
3,790 Views

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

--

5 REPLIES 5

vexperts
3,790 Views

Hi Rene,

did you try:

set-naoption ssh.enable on

set-naoption ssl.enable on

regards

Erich

sizemore
3,790 Views

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

OMARR1124
3,790 Views

Glenn,

Was  there ever an update to this?

cknight
3,790 Views

Yes.  Try Initialize-NaSecureAdminSsh in Toolkit 1.6 or later.

OMARR1124
3,790 Views

Thanks!

Public