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
I'm running the configurator in docker on my desktop ubuntu and try to connect to a VM on a NAS on the same local network. The VM get a dedicated IP address on the localnetwork.
With terminal I can SSH to the server but the configurator cannot and give this error: fail: BTCPayServerDockerConfigurator.Controllers.ConfiguratorController[0] SSH This machine error Renci.SshNet.Common.SshConnectionException: An established connection was aborted by the server. at Renci.SshNet.Session.WaitOnHandle(WaitHandle waitHandle, TimeSpan timeout) at Renci.SshNet.Session.WaitOnHandle(WaitHandle waitHandle) at Renci.SshNet.Session.Connect() at Renci.SshNet.BaseClient.Connect() at BTCPayServerDockerConfigurator.Models.SSHClientExtensions.<>c__DisplayClass0_0.<ConnectAsync>b__0() in /src/BTCPayServerDockerConfigurator/Models/SSHClientExtensions.cs:line 28 --- End of stack trace from previous location where exception was thrown --- at BTCPayServerDockerConfigurator.Models.SSHClientExtensions.ConnectAsync(SSHSettings sshSettings, CancellationToken cancellationToken) in /src/BTCPayServerDockerConfigurator/Models/SSHClientExtensions.cs:line 44 at BTCPayServerDockerConfigurator.Controllers.ConfiguratorController.TestSSH(SSHSettings ssh) in /src/BTCPayServerDockerConfigurator/Controllers/ConfiguratorController.Deployment.cs:line 123
Any idea why the configurator get a connection aborted by server but not the terminal?
The text was updated successfully, but these errors were encountered:
I'm running the configurator in docker on my desktop ubuntu and try to connect to a VM on a NAS on the same local network. The VM get a dedicated IP address on the localnetwork.
With terminal I can SSH to the server but the configurator cannot and give this error:
fail: BTCPayServerDockerConfigurator.Controllers.ConfiguratorController[0] SSH This machine error Renci.SshNet.Common.SshConnectionException: An established connection was aborted by the server. at Renci.SshNet.Session.WaitOnHandle(WaitHandle waitHandle, TimeSpan timeout) at Renci.SshNet.Session.WaitOnHandle(WaitHandle waitHandle) at Renci.SshNet.Session.Connect() at Renci.SshNet.BaseClient.Connect() at BTCPayServerDockerConfigurator.Models.SSHClientExtensions.<>c__DisplayClass0_0.<ConnectAsync>b__0() in /src/BTCPayServerDockerConfigurator/Models/SSHClientExtensions.cs:line 28 --- End of stack trace from previous location where exception was thrown --- at BTCPayServerDockerConfigurator.Models.SSHClientExtensions.ConnectAsync(SSHSettings sshSettings, CancellationToken cancellationToken) in /src/BTCPayServerDockerConfigurator/Models/SSHClientExtensions.cs:line 44 at BTCPayServerDockerConfigurator.Controllers.ConfiguratorController.TestSSH(SSHSettings ssh) in /src/BTCPayServerDockerConfigurator/Controllers/ConfiguratorController.Deployment.cs:line 123
Any idea why the configurator get a connection aborted by server but not the terminal?
The text was updated successfully, but these errors were encountered: