You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added new custom field - Remove Root Certificate from Chain - to allow adding certificate entries with the root CA certificate removed from the chain.
* Added SSH KeyboardInteractive Authentication support if Password Authentication is not enabled.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
v2.8.0
2
+
- Added new custom field - Remove Root Certificate from Chain - to allow adding certificate entries with the root CA certificate removed from the chain.
3
+
- Added SSH KeyboardInteractive Authentication support if Password Authentication is not enabled.
4
+
1
5
v2.7.0
2
6
- Modified RFJKS store type support java keystores of both PKCS12 and JKS
3
7
- Added support for OpenSSH private keys for SSH authentication
@@ -67,8 +71,8 @@ public JobResult ProcessJob(ManagementJobConfiguration config)
67
71
else
68
72
thrownewRemoteFileException($"Certificate store {config.CertificateStoreDetails.StorePath} does not exist on server {config.CertificateStoreDetails.ClientMachine}.");
Copy file name to clipboardExpand all lines: RemoteFile/RemoteHandlers/BaseRemoteHandler.cs
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,6 @@ public static void AreLinuxPermissionsValid(string permissions)
33
33
thrownewRemoteFileException($"Invalid format for Linux file permissions. This value must be exactly 3 digits long with each digit between 0-7 but found {permissions} instead.");
0 commit comments