-
Notifications
You must be signed in to change notification settings - Fork 12
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
Problems launching a distant sesseion [Session(-5)] Unable to exchange encryption keys #75
Comments
I'm assuming you're using the main branch of distant.nvim? Or are you using v0.2? The only fix to this, I think, is to be able to use an alternative ssh library. For v0.1 (main branch), we use libssh2. For v0.2, we use an updated version of distant that supports swapping the ssh library between libssh2 and libssh. It isn't documented yet, but you would be able to do something like Related to #48. |
Alternatively, if launching doesn't work, you can always start the distant server manually yourself and connect to it. With the v0.1 (main) branch, you can do |
Hi Chip (again),
I tried to distant launch to localhost which worked. However i couldn't enter dirs of files in DistantOpen buffer. Then I tried the 0.2 version on localhost, connecting worked but spawning not? This happend after
`DistantLaunch host With the remote server I got the error:
However |
Closing out as an outdated issue. You can try the v0.3 branch to see if it resolves any issues, otherwise this may also get resolved with chipsenkbeil/distant#193 for distant. Nothing else that can be done in the neovim plugin itself. |
Hello everyone,
as explained in the README.md
:DistantLaunch {host}
should launch a session. However i get this error:My Setup:
OS: OSX
Network is reachable and ssh connection works when tried manually in the shell
The text was updated successfully, but these errors were encountered: