Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not connect with specified SSH details #22

Open
ElucGeek opened this issue Jun 9, 2024 · 0 comments
Open

Could not connect with specified SSH details #22

ElucGeek opened this issue Jun 9, 2024 · 0 comments

Comments

@ElucGeek
Copy link

ElucGeek commented Jun 9, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant