AIX openssh use of SRC control

Doug E Manton douglas.manton at uk.ibm.com
Fri Sep 7 03:01:59 EST 2001


Hi Denise,

You can add SSH to the SRC using the command:

        mkssys -s sshd -u 0 -p /usr/sbin/sshd -a '-D' -G ssh -R -S -n 15 
-f 9

Change /usr/sbin/sshd to wherever you have sshd installed.  The -R 
automatically restarts SSH if it ever falls over.  SSH requires the -D 
option to prevent it forking (a requirement of the SRC).

You can then add this to /etc/rc.tcpip to initiate it on each boot:

        start /usr/sbin/sshd "$src_running"

Best wishes,
--------------------------------------------------------
  Doug Manton, AT&T EMEA Commercial Security Solutions

                 E:  demanton at att.com
--------------------------------------------------------
"If privacy is outlawed, only outlaws will have privacy"



More information about the openssh-unix-dev mailing list