Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

setup OpenSSH server on AIX 4.3

Status
Not open for further replies.

Job317

Programmer
Aug 15, 2007
37
0
0
US
I just built and installed OpenSSH-4.7p1 and dependencies on my AIX 4.3 machine. The client runs fine. So does the sshd daemon.

I just need some pointers on configuring the system to start the daemon automatically at boot time with correct security and all.

Can someone point me to information on doing this correctly for AIX? My google searches have not been very helpful.

Thanks.
 
Try using mkitab to add the sshd command to your /etc/inittab.
 
you can wrap the ssh daemon with tcpwrappers for a little more security if you want.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top