Magnus Holmgren <[email protected]> writes: >> Starting secure shell v2 server: lshdClosed spurious fd 3
I also think this message is suspicious. lshd tries to close all fd:s between 3 and getdtablesize() (to avoid that any spurious open fd leaks to user processes it spawns). Expected result is that all these close calls should fail with EBADF. So what is fd 3, and why is it open? Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

