On Thu, 17 Aug 2006, Logu wrote: > I tried by disabling the re-exec feature and still I see a large number of > close() calls during connection. > Is there any other possible reason for the issue. sshd closes all fd's unconditionally. It should only happen once per sshd invocation when reexec is disabled. -d