I'm seeing this repeat in the logs several times before failing:
Code: Select all
2025-12-03 12:32:07.7108 00026 [2444] ERROR | [RetryHelper]: Failed "SSH connection to the cluster host 10.30.156.20". Error: "error:03000098:digital envelope routines::invalid digest": Interop+Crypto+OpenSslCryptographicException: error:03000098:digital envelope routines::invalid digest
2025-12-03 12:32:07.7108 00026 [2444] ERROR | [RetryHelper]: at Interop.Crypto.RsaSignHash(SafeEvpPKeyHandle pkey, RSASignaturePaddingMode paddingMode, IntPtr digestAlgorithm, ReadOnlySpan`1 hash, Span`1 destination)
2025-12-03 12:32:07.7108 00026 [2444] ERROR | [RetryHelper]: at System.Security.Cryptography.RSAOpenSsl.TrySignHash(ReadOnlySpan`1 hash, Span`1 destination, HashAlgorithmName hashAlgorithm, RSASignaturePadding padding, Boolean allocateSignature, Int32& bytesWritten, Byte[]& signature)
2025-12-03 12:32:07.7108 00026 [2444] ERROR | [RetryHelper]: at System.Security.Cryptography.RSAOpenSsl.SignHash(Byte[] hash, HashAlgorithmName hashAlgorithm, RSASignaturePadding padding)
2025-12-03 12:32:07.7108 00026 [2444] ERROR | [RetryHelper]: at System.Security.Cryptography.RSA.SignData(Byte[] data, Int32 offset, Int32 count, HashAlgorithmName hashAlgorithm, RSASignaturePadding padding)
2025-12-03 12:32:07.7108 00026 [2444] ERROR | [RetryHelper]: at Renci.SshNet.Security.Cryptography.RsaDigitalSignature.Sign(Byte[] input)
2025-12-03 12:32:07.7108 00026 [2444] ERROR | [RetryHelper]: at Renci.SshNet.Security.KeyHostAlgorithm.Sign(Byte[] data)
2025-12-03 12:32:07.7108 00026 [2444] ERROR | [RetryHelper]: at Renci.SshNet.PrivateKeyAuthenticationMethod.Authenticate(Session session)
2025-12-03 12:32:07.7108 00026 [2444] ERROR | [RetryHelper]: at Renci.SshNet.AuthenticationMethod.Renci.SshNet.IAuthenticationMethod.Authenticate(ISession session)
2025-12-03 12:32:07.7108 00026 [2444] ERROR | [RetryHelper]: at Renci.SshNet.ClientAuthentication.TryAuthenticate(ISession session, AuthenticationState authenticationState, String[] allowedAuthenticationMethods, SshAuthenticationException& authenticationException)
2025-12-03 12:32:07.7108 00026 [2444] ERROR | [RetryHelper]: at Renci.SshNet.ClientAuthentication.Authenticate(IConnectionInfoInternal connectionInfo, ISession session)
2025-12-03 12:32:07.7108 00026 [2444] ERROR | [RetryHelper]: at Renci.SshNet.ConnectionInfo.Authenticate(ISession session, IServiceFactory serviceFactory)
2025-12-03 12:32:07.7108 00026 [2444] ERROR | [RetryHelper]: at Renci.SshNet.Session.ConnectAsync(CancellationToken cancellationToken)
2025-12-03 12:32:07.7108 00026 [2444] ERROR | [RetryHelper]: at Renci.SshNet.BaseClient.CreateAndConnectSessionAsync(CancellationToken cancellationToken)
2025-12-03 12:32:07.7108 00026 [2444] ERROR | [RetryHelper]: at Renci.SshNet.BaseClient.ConnectAsync(CancellationToken cancellationToken)
2025-12-03 12:32:07.7108 00026 [2444] ERROR | [RetryHelper]: at Veeam.Vbf.Common.Helper.Retry.RetryHelper.<>c__DisplayClass4_0.<<ExecuteWithRetryAsync>b__0>d.MoveNext()
2025-12-03 12:32:07.7108 00026 [2444] ERROR | [RetryHelper]: --- End of stack trace from previous location ---
2025-12-03 12:32:07.7108 00026 [2444] ERROR | [RetryHelper]: at Veeam.Vbf.Common.Helper.Retry.RetryHelper.ExecuteActionAsync[T](Func`2 asyncAction, String description, ILogger logger, LogLevel logLevel, CancellationToken cancellationToken)