TJ Saunders
TJ Saunders
> What I mean is the key based auth wherein the key pair which is generated using ssh-rsa continues to work Right, but...how is that keypair being used? Is it...
> User authentication Right. The `SFTPHostKeys` directive is about _host keys_, not user authentication. If you wish to configure the accepted key algorithms for user authentication, see Issue #1806
If there's nothing more to add to this ticket, I'd like to close it. Thanks!
Hmm. Interesting. No, it is not currently possible to configure any `BanOnEvent` setting that would trigger on these "no such user" sessions; it would need to be implemented. Now, would...
ProFTPD debug logging usually includes a log message that indicates which particular timeout causes the server to disconnect a client. Does your debug logging show which one it is? Note...
When connecting via SFTP, using _e.g._ this in the config: ``` TimeoutStalled: 0 SFTPClientAlive: 6 10 ``` > I could not connect to the server, got this error: ``` 02:58:11...
This definitely looks like a bug in mod_radius, revealed by the changes in FreeRADIUS. The change seems OK to me from the description. I'll reproduce this issue locally, so that...
This has now been fixed in master, and backported to the 1.3.8 branch. Thanks!
The reason that the `mod_digest` module is only for FTP/FTPS is that the mod_sftp module already implements a way to request checksums of files, via the `check-file` [SFTP extension](https://datatracker.ietf.org/doc/html/draft-ietf-secsh-filexfer-extensions-00#section-3). These...
> But when I connection via SFTP (through a normal Linux CLI) I dont see any available commands to actually check the hashes of the files. How to actually check...