Skip to content

Releases: lithnet/ssh-managementagent

v1.0.8191

04 Jun 22:27
c33ef85
Compare
Choose a tag to compare

Updates to new version of SSH.NET library to address security advisory (GHSA-72p8-v4hg-v45p)
Updates minimum requirement to .NET Framework 4.7.2

v1.0.5025

06 Jun 09:11
Compare
Choose a tag to compare
  • Fixed a bug in the parameter validation that left the SSH connection open, causing the AppDomain to hang on unloading, which caused the FIM Sync Service UI to hang when creating a new MA.
  • Enabled full support for delta imports
  • Fixed an issue with class inheritance between ImportOperationBase and OperationBase
  • Added Kerberos configuration file
  • Fixed an issue where an anchor change was not being provided to FIM on export
  • Fixed an issue where the same key file used by multiple MA could get locked if read open at the same time
  • Fixed an issue using asynchronous commands where windows CRLF commands caused a double line feed to occur on some unix systems