Re: SSH through inetd

From: Darren Tucker (dtucker_at_dodgy.net.au)
Date: 08/19/04


Date: Thu, 19 Aug 2004 21:21:20 +0000 (UTC)

In article <cg32cc$1jci$1@acs2.byu.edu>,
Bryce Goodwin <NOSPAMbryce2000@byu.edu> wrote:
>I have ssh loaded on an AIX box 5.1. It works as a stand alone which is
>stared by rc at boot, but I have been unable to have it function through
>inetd.
>ssh is defined in services and I defined it in inetd as "ssh stream tcp6
>nowait root /usr/sbin/sshd sshd"

Try adding the "-i" flag to sshd. From the sshd man page:
     -i Specifies that sshd is being run from inetd. [...]

-- 
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.