]> andersk Git - openssh.git/blob - contrib/hpux/README
- (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
[openssh.git] / contrib / hpux / README
1 README for OpenSSH HP-UX contrib files
2 Kevin Steves <stevesk@sweden.hp.com>
3
4 sshd:           configuration file for sshd.rc
5 sshd.rc:        SSH startup script
6
7 To install:
8
9 o Verify paths in sshd.rc match your local installation
10   (WHAT_PATH and WHAT_PID)
11 o Customize sshd if needed (SSHD_ARGS)
12 o Install:
13
14   # cp sshd /etc/rc.config.d
15   # chmod 444 /etc/rc.config.d/sshd
16   # cp sshd.rc /sbin/init.d
17   # chmod 555 /sbin/init.d/sshd.rc
18   # ln -s /sbin/init.d/sshd.rc /sbin/rc1.d/K100sshd
19   # ln -s /sbin/init.d/sshd.rc /sbin/rc2.d/S900sshd
This page took 0.070154 seconds and 5 git commands to generate.