vmware-archive / powernsx

PowerShell module that abstracts the VMware NSX-v API to a set of easily used PowerShell functions
173 stars 90 forks source link

Enable SSH and set management IP on DLR #637

Closed dwchan69 closed 3 years ago

dwchan69 commented 3 years ago

Just curious, can PowerNSX enable SSH on a DLR during or after deployment? Also, can it set the management IP by chance also? No critical, more curious than anything else

alagoutte commented 3 years ago

Hi @dwchan69

Do you have look to use Enable-SSH ? for management IP, i think, it is possible when your deploy the DLR

dwchan69 commented 3 years ago

That's the thing, based on context sensitive info and the PowerNSX pdf, I don't explicitly see SSH or Management IP switch within the New-NSXLogicalRouter commandlet

alagoutte commented 3 years ago

for Enable-SSH is a cmdlet Get-NsxEdge myEdge | Enable-SSH (i don't known if work also for LogicalRouter/DLR

dwchan69 commented 3 years ago

Was hoping there is an Enable-SSH switch for DLR also, but no big e

alagoutte commented 3 years ago

Was hoping there is an Enable-SSH switch for DLR also, but no big e

it is not case sensible... ?!