On Fri, Feb 14, 2003 at 11:38:24AM +0000, Neil Marjoram wrote: > Can someone tell me where to call the ssh-agent from when using a > default run level of 5. I usually use run level 3 and place the required > commands in .xinitrc in my home directory, but I have found that using > run level 5 this file is not used. > > Thanks, > > Neil. > -- > Neil Marjoram <[EMAIL PROTECTED]> > Victoria & Albert Museum > > > > -- > Psyche-list mailing list > [EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/psyche-list The sshd daemon is set to run at runlevel 5 by using the chkconfig command as so: chkconfig --level 5 sshd on
By the way: chkconfig --level 35 sshd on will get it to run at levels 3 and 5 by default. -- ------------------------------------------- Aaron Konstam Computer Science Trinity University 715 Stadium Dr. San Antonio, TX 78212-7200 telephone: (210)-999-7484 email:[EMAIL PROTECTED] -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list