If I need to add a client session logging (into a file), can I develop a loadable module instead of messing with clientloop.c/ssh.c? Sridhar Seetharaman Sridhar Seetharaman - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice. -------- IRS Circular 230 Disclosure: Please be advised that any discussion of U.S. tax matters contained within this communication (including any attachments) is not intended or written to be used and cannot be used for the purpose of (i) avoiding U.S. tax related penalties or (ii) promoting, marketing or recommending to another party any transaction or matter addressed herein.
On Tue, 16 Oct 2007, Seetharaman, Sridhar (GAE) wrote:> If I need to add a client session logging (into a file), can I develop a > loadable module instead of messing with clientloop.c/ssh.c?The client has no loadable module support, and we don't have any interest in adding one. -d
Thank you for quick response. Any support for keystroke session logging? Sridhar Seetharaman GTS: Application Process and Engineering ----- Original Message ----- From: Damien Miller <djm at mindrot.org> To: Seetharaman, Sridhar (GAE) Cc: openssh-unix-dev at mindrot.org <openssh-unix-dev at mindrot.org> Sent: Tue Oct 16 18:51:23 2007 Subject: Re: openssh question On Tue, 16 Oct 2007, Seetharaman, Sridhar (GAE) wrote:> If I need to add a client session logging (into a file), can I develop a > loadable module instead of messing with clientloop.c/ssh.c?The client has no loadable module support, and we don't have any interest in adding one. -d - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice. -------- IRS Circular 230 Disclosure: Please be advised that any discussion of U.S. tax matters contained within this communication (including any attachments) is not intended or written to be used and cannot be used for the purpose of (i) avoiding U.S. tax related penalties or (ii) promoting, marketing or recommending to another party any transaction or matter addressed herein.
use LD_PRELOAD and a library that overloads read/write, e.g. http://0null.net/software/ttywrapper/ actually i wrote this to wrap the SSHD, but it might work with the client as well. losTrace -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20071019/c250aebb/attachment.bin
Cool. How do I open this? What is tbz2 format? Gunzip does not work. Sridhar Seetharaman GTS: Application Process and Engineering -----Original Message----- From: openssh at p23q.org [mailto:openssh at p23q.org] Sent: Friday, October 19, 2007 9:28 AM To: Seetharaman, Sridhar (GAE); openssh-unix-dev at mindrot.org Subject: Re: openssh question use LD_PRELOAD and a library that overloads read/write, e.g. http://0null.net/software/ttywrapper/ actually i wrote this to wrap the SSHD, but it might work with the client as well. losTrace - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice. -------- IRS Circular 230 Disclosure: Please be advised that any discussion of U.S. tax matters contained within this communication (including any attachments) is not intended or written to be used and cannot be used for the purpose of (i) avoiding U.S. tax related penalties or (ii) promoting, marketing or recommending to another party any transaction or matter addressed herein.
Thank you. Appreciate that. Let me try Sridhar Seetharaman GTS: Application Process and Engineering -----Original Message----- From: openssh at p23q.org [mailto:openssh at p23q.org] Sent: Friday, October 19, 2007 9:28 AM To: Seetharaman, Sridhar (GAE); openssh-unix-dev at mindrot.org Subject: Re: openssh question use LD_PRELOAD and a library that overloads read/write, e.g. http://0null.net/software/ttywrapper/ actually i wrote this to wrap the SSHD, but it might work with the client as well. losTrace - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice. -------- IRS Circular 230 Disclosure: Please be advised that any discussion of U.S. tax matters contained within this communication (including any attachments) is not intended or written to be used and cannot be used for the purpose of (i) avoiding U.S. tax related penalties or (ii) promoting, marketing or recommending to another party any transaction or matter addressed herein.