Mike Tancsa wrote: > Without leaving the server at debug2 logging level, is there a way > to find out if I am hitting application limits vs OS limits ? If you run sshd under ktrace maybe you can spot resource limit errors for relevant syscalls in the kdump output. //Peter