David Kocher
David Kocher
Reverted with #16082.
Discussion in #14878.
The fuzzy logic we implemented and works with OpenSSH [^1] can be found in `SFTPChallengeResponseAuthentication` [^2]. [^1]: https://docs.cyberduck.io/protocols/sftp/#one-time-passcodes-2fa [^2]: [SFTPChallengeResponseAuthentication](https://github.com/iterate-ch/cyberduck/blob/0fc62c8ea6686dda39432f80cced63be2f5dd026/ssh/src/main/java/ch/cyberduck/core/sftp/auth/SFTPChallengeResponseAuthentication.java#L47)
The allowed authentication methods advertised by the server are * `password` * `publickey` * `keyboard-interactive` Authentication using `keyboard-interactive` is attempted first. The server only makes a single prompt _Password:_. We...
Relates to #15817
Probably blocked by upstream issue [^1]. [^1]: hierynomus/smbj#817
Depends on [^1]. [^1]: hierynomus/smbj#824.
> Ok on v.9.1.3 it is a bit quicker at 7MB/s > > Can cyberduck ever saturate my network and reach the speeds of finder or is that just not...
@smashah Let me know if you can test the _SMB (No Encryption)_ connection profile now available from _Preferences → Profiles_.
Regression from 0655747f.