I have an automation script and using that I want to execute bash commands in my linux virtual machine. But, every time I use the command New-SshSession it is throwing an error:
New-SshSession -ComputerName 'ComputerName' -Username 'UserName'
Unable to create SSH client object: Exception calling ".ctor" with "4" argument(s): "Could not load type 'System.Security.Cryptography.HMACRIPEMD160' from assembly 'mscorlib, Version=4.0.0.0, Culture=neutral,
Can anyone help me with this?