You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS: Windows 10 x64
Platform: Cygwin x64
lftp version 4.8.4 +
I believe there is an issue with the generation of the known_hosts files against OpenSSH 8 at large when using set sftp:auto-confirm yes and then using lftp to connect to a new server.
Works with OpenSSH_7.9p1, OpenSSL 1.0.2r 26 Feb 2019 the confirmation dialogue looks like this.
The authenticity of host '111.111.111.111 (111.111.111.111)' can't be established.ECDSA key fingerprint is SHA256:SOMEKEY.Are you sure you want to continue connecting (yes/no)?
Fails with OpenSSH_8.0p1, OpenSSL 1.1.1b 26 Feb 2019 it now looks like this.
The authenticity of host '111.111.111.111 (111.111.111.111)' can't be established.ECDSA key fingerprint is SHA256:SOMEKEY.Are you sure you want to continue connecting (yes/no/[fingerprint])?
I believe the problem is this line no longer matching the string:
OS: Windows 10 x64
Platform: Cygwin x64
lftp version 4.8.4 +
I believe there is an issue with the generation of the
known_hosts
files against OpenSSH 8 at large when usingset sftp:auto-confirm yes
and then using lftp to connect to a new server.Works with
OpenSSH_7.9p1, OpenSSL 1.0.2r 26 Feb 2019
the confirmation dialogue looks like this.Fails with
OpenSSH_8.0p1, OpenSSL 1.1.1b 26 Feb 2019
it now looks like this.I believe the problem is this line no longer matching the string:
lftp/src/SSH_Access.cc
Line 92 in cfa9844
The text was updated successfully, but these errors were encountered: