Home - NetApp Community

Toolkit 2.3 introduces passwordless operation using private key authentication. A new parameter on Invoke-NaSsh and Invoke-NcSsh, PrivateKeyFile, allows you to specify the private key file to use to authenticate the SSH connection. PS C:\Toolkit\2.3.0> Invoke-NaSsh -Name root@10.61.169.29 -Command "vol status" -PrivateKeyFile C:\ssh\privatekey ................
................