I'm working on an AIX 4.3.
How can i proceed to start automatically ssh program when my system boot ??
Currently, I have to start manually ssh program when the system is up !!
KenCunningham is correct, inittab is the spot to start programs
You need to have a line similar to this:
sshd:#nce:/usr/local/bin/sshd
Making sure that the path is correct, and the # is the default runlevel you have selected.
If you have any flags associated with sshd, then add them there as well.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.