-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
package.json: set ssh2 dependency to ^0.5 to enable ECDSA/ECDH support #445
Comments
But #325 could be still a problem. (I don't know.) (Only) With the latest stable Atom, I am able to connect to my server, if I tried to set ssh2 to *, but then "apm install" wont load anything (=no 0.5.0) Atom : 1.9.8 |
Hey I'll have a look and see what I can do. |
Just to let you know it may take a while as I will need to setup some tests to make sure that this does not recreate the issue #325 |
@terrax-net This should work now in 0.9.2. As ssh2 has dependency has been set to ^0.5 |
https://github.com/mscdex/ssh2/wiki/Changes-from-0.4.x-to-0.5.x
In our /etc/ssh/sshd_config (OpenSSH on Ubuntu 16.04 server) we have:
HostKey /etc/ssh/ssh_host_ecdsa_key
# generated with ssh-keygen -t ecdsa -b 521 -N "" -o -f /etc/ssh/ssh_host_ecdsa_key
KexAlgorithms ecdh-sha2-nistp521
Ciphers aes256-gcm@openssh.com,chacha20-poly1305@openssh.com
MACs hmac-sha2-512-etm@openssh.com
The text was updated successfully, but these errors were encountered: