Glyn Humphreys
Glyn Humphreys
This is still an issue. I've raised it again here: [https://github.com/theophilusx/ssh2-sftp-client/issues/351](url) But it looks like I should have been raising it here. This seems to be the prime calculation, its...
Thanks mscdex, this isn't my comfort zone. 😃 My log looks like this for the handshake: `Handshake: (local) KEX method: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1` `Handshake: (remote) KEX method: diffie-hellman-group16-sha512,diffie-hellman-group14-sha256,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1` `Handshake: KEX algorithm: diffie-hellman-group-exchange-sha256`...
Oh. I see, it is the **ecdh-sha2-nistp256** and it isn't supported by the remote server. 😢
Ok, so I've used SFTP from the linux command line, it connects immediately and its using all of the same algortithms? How come this is instantaneous and yet, it takes...
I'm beginning to wonder if it's because it's offered options. I'm going to try and only offer the one used and see if that helps. Thank you for taking the...
This one has been a doozey! First, not all QNAP will show that drive structure, for example on my 419+ it is actually: `/share/MD0_DATA/.qpkg/openHAB/` Second, the script will not work...