Unsupported key exchange algorithm: curve25519-sha256@libssh.org
See original GitHub issueI have configured an SSH connection with a key file in /home/user/.ssh/id_rsa_myproject
and iIt worked yesterday in v126, but doesn’t work today in v127. I get the following error:
SSH Connecting to ip_address
Loading private key from /home/user/.ssh/id_rsa_myproject
X Unsupported key exchange algorithm: curve25519-sha256@libssh.org
SSH X Remote rejected opening a shell channel: Error: Not connected
Issue Analytics
- State:
- Created 3 years ago
- Reactions:8
- Comments:5 (1 by maintainers)
Top Results From Across the Web
SFTPKeyExchanges: unsupported key exchange algorithm ...
What I Did. With this entry in my sftp.conf file: SFTPKeyExchanges ecdh-sha2-nistp256. On startup I get this error:
Read more >Stronger Key exchange algorithms not support by Nessus
We are getting Authentication Failure - Local Checks Not Run (21745) due to unsupported key exchange algorithm: curve25519-sha256@libssh.org ...
Read more >Git access by ssh fails with unsupported key exchange ...
git pull Unable to negotiate with 40.82.217.103 port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1 ...
Read more >FAQ: What are the supported and unsupported Key Exchange ...
The following are the key exchange algorithms that are 'not supported' for File Processor Connector to connect to a FTP or SFTP server...
Read more >Git connection fails due to unsupported key exchange algorithm
currently using TeamCity 9.0.1 (build 32116) and with ssh configured with KexAlgorithms diffie-hellman-group-exchange-sha256 we get JSchException: Algorithm ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This was due to me having to downgrade Electron because of the native crashes in the new version, and the older Node doesn’t have support for c25519 exchanges. Please try this nightly build: https://nightly.link/Eugeny/terminus/workflows/windows/master/Installer (win) / https://nightly.link/Eugeny/terminus/workflows/macos/master/macOS .pkg (x86_64).zip (mac)
Reverting back, work for me. Thanks.