centerclick / feedback

Issues, Bug Reports, and Feature Requests
7 stars 0 forks source link

Newer versions of OpenSSH do not allow scp to ntp200 or ntp250 #104

Closed Trax- closed 3 months ago

Trax- commented 8 months ago

Not sure if this is a feature request or a bug. Using version OpenSSH_for_Windows_9.4p1, LibreSSL 3.7.3 was unable to scp my certificate files to the NTP device. After much searching was able to find an older version that worked (OpenSSH_for_Windows_8.6p1, LibreSSL 3.4.3) the error message received when using the newer version was: C:\Program Files\OpenSSH\scp.exe: Received message too long 1315925549

dave4445 commented 8 months ago

Please try with the -O option to force scp not sftp. See https://www.man7.org/linux/man-pages/man1/scp.1.html

Trax- commented 8 months ago

Yes that appears to work thank you.

dave4445 commented 3 months ago

Duplicate of #69