bmatzelle / gow

Unix command line utilities installer for Windows.
https://github.com/bmatzelle/gow/wiki
6.55k stars 363 forks source link

Cannot use pscp : Please update pscp to a version >= 0.68 #273

Open sebma opened 2 years ago

sebma commented 2 years ago

Hi, I cannot use your pscp :

> which pscp
C:\ProgramData\scoop\shims\pscp.exe
> pscp -r -p administrateur@X.Y.Z.T:log $HOME/Desktop/Ubuntu_Minimized/
Fatal: Couldn't agree a key exchange algorithm (available: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,sntrup761x25519-sha512@openssh.com,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256)
> pscp -V
pscp: Release 0.63

This release comes from 2013-08-06 (according to https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html)

Please use at least v0.68 : https://superuser.com/a/1642518/528454