Damien Miller
2023-Jun-30 08:56 UTC
Subsystem sftp invoked even though forced command created
On Thu, 29 Jun 2023, MCMANUS, MICHAEL P wrote:> Folks, > > I'm curious if the documented behavior of portable OpenSSH (specifically Linux) may be at odds with the actual behavior I have seen in my experiments. Here is the background:[snip] It's very hard to figure out what is happening here without a debug log. You can get one by stopping the listening sshd and running it manually in debug mode, e.g. "/usr/sbin/sshd -ddd" Separate traces from expected vs problematic behaviour would be most helpful. -d
Brian Candler
2023-Jun-30 09:20 UTC
Subsystem sftp invoked even though forced command created
On 30/06/2023 09:56, Damien Miller wrote:> It's very hard to figure out what is happening here without a debug log. > > You can get one by stopping the listening sshd and running it manually > in debug mode, e.g. "/usr/sbin/sshd -ddd"Or starting one in debug mode on a different port, e.g. "-p99 -ddd"