Hi All, I have ported OpenSSH on an embedded uClinux platform. My main concern is that sshd takes 1 MB if RAM while its in running state and for each incoming connection it eats up 1 mb ram again. I am looking for help in reducing RAM requirement for ssh daemon. Any comments ? Thanks in advance, Reema.
strip features from sshd. On Tue, Dec 10, 2002 at 02:07:25AM -0800, Reema.Bangar at nokia.com wrote:> Hi All, > > I have ported OpenSSH on an embedded uClinux platform. My main concern is that sshd takes 1 MB if RAM while its in running state and for each incoming connection it eats up 1 mb ram again. I am looking for help in reducing RAM requirement for ssh daemon. Any comments ? > > Thanks in advance, > Reema. > _______________________________________________ > openssh-unix-dev at mindrot.org mailing list > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev >
i should note, that i sent a patch doing this some time ago to this list. -m On Tue, Dec 10, 2002 at 12:05:02PM +0100, Markus Friedl wrote:> strip features from sshd. > > On Tue, Dec 10, 2002 at 02:07:25AM -0800, Reema.Bangar at nokia.com wrote: > > Hi All, > > > > I have ported OpenSSH on an embedded uClinux platform. My main concern is that sshd takes 1 MB if RAM while its in running state and for each incoming connection it eats up 1 mb ram again. I am looking for help in reducing RAM requirement for ssh daemon. Any comments ? > > > > Thanks in advance, > > Reema. > > _______________________________________________ > > openssh-unix-dev at mindrot.org mailing list > > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev > > > _______________________________________________ > openssh-unix-dev at mindrot.org mailing list > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev
Hi, I have joined this list recently. Could you please send the patch again or direct me to the where i can get it ? Thanks, Reema. -----Original Message----- From: ext Markus Friedl [mailto:markus at openbsd.org] Sent: 10 December, 2002 17:34 To: Bangar Reema (NIC/Hyderabad) Cc: openssh-unix-dev at mindrot.org Subject: Re: Reducing RAM requirement of sshd i should note, that i sent a patch doing this some time ago to this list. -m On Tue, Dec 10, 2002 at 12:05:02PM +0100, Markus Friedl wrote:> strip features from sshd. > > On Tue, Dec 10, 2002 at 02:07:25AM -0800, Reema.Bangar at nokia.com wrote: > > Hi All, > > > > I have ported OpenSSH on an embedded uClinux platform. My main concern is that sshd takes 1 MB if RAM while its in running state and for each incoming connection it eats up 1 mb ram again. I am looking for help in reducing RAM requirement for ssh daemon. Any comments ? > > > > Thanks in advance, > > Reema. > > _______________________________________________ > > openssh-unix-dev at mindrot.org mailing list > > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev > > > _______________________________________________ > openssh-unix-dev at mindrot.org mailing list > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev
Hi, Thanks for the prompt reply. I tried stripping features like kerberos authentication, rhosts authtication etc. but this didn't help much. Thanks, Reema. -----Original Message----- From: ext Markus Friedl [mailto:markus at openbsd.org] Sent: 10 December, 2002 16:35 To: Bangar Reema (NIC/Hyderabad) Cc: openssh-unix-dev at mindrot.org Subject: Re: Reducing RAM requirement of sshd strip features from sshd. On Tue, Dec 10, 2002 at 02:07:25AM -0800, Reema.Bangar at nokia.com wrote:> Hi All, > > I have ported OpenSSH on an embedded uClinux platform. My main concern is that sshd takes 1 MB if RAM while its in running state and for each incoming connection it eats up 1 mb ram again. I am looking for help in reducing RAM requirement for ssh daemon. Any comments ? > > Thanks in advance, > Reema. > _______________________________________________ > openssh-unix-dev at mindrot.org mailing list > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev >