Which SSH module supports SSH connection from a FIPS enabled server

I am trying to do New-SshSession from a windows 2016 server which has FIPS enabled. I get the below error.

Unable to connect to 10.100.XXX.XX: Exception calling "Connect" with "0" argument(s): "This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms."

I am looking for a supported SSH module to use which is FIPS compliant.

The module I used is here

Thanks
Harikanth

This might be considered a hack, but have you tried updating the dll (Renci.SshNet.dll) for that package from here?

I updated the .dll from here

Will SSH ing work from a FIPS enabled server?