[arch-general] sshd - limiting sequential no. or files opened via sftp in kate?

Ralph Corderoy ralph at inputplus.co.uk
Fri Jun 8 06:01:58 UTC 2018


Hi David,

Leonid wrote:
> > kate open the files via the sftp kioslave (or whatever it is called
> > now)
> > 
> > For some reason, now when I open remote projects on the server, the
> > first 15 or so files open without issue. Anything over that fails
> > with a connection error
>
> MaxSessions and MaxStartups in /etc/ssh/sshd_config?

Also, check what Kate is really using, i.e. if it is sftp(1) then
examine sshd_config(5) for `Subsystem' to see if an external server is
being used, here it's

    # override default of no subsystems
    Subsystem       sftp    /usr/lib/ssh/sftp-server

and then try sftp-server(8)'s `-l' to gain more logging.

-- 
Cheers, Ralph.
https://plus.google.com/+RalphCorderoy


More information about the arch-general mailing list