Displaying 1 result from an estimated 1 matches for "853c853".
Did you mean:
153c153
2009 Jun 11
6
[Bug 1606] New: internal-sftp does not drop conections properly, it will hang
...==============================================================
In the session.c source file
=======================================================================
845c845
+ if (s->is_subsystem && IS_INTERNAL_SFTP(command))
---
- if (IS_INTERNAL_SFTP(command))
853c853
+ if (s->is_subsystem && IS_INTERNAL_SFTP(command))
---
- if (IS_INTERNAL_SFTP(command))
=======================================================================
With this temporarily fix, if somebody tries to do a ssh (not a sftp)
with account sftpch and sshd...