]> andersk Git - openssh.git/blame - contrib/hpux/README
change my e-mail to a portable one.
[openssh.git] / contrib / hpux / README
CommitLineData
7f8f5e00 1README for OpenSSH HP-UX contrib files
278a05ad 2Kevin Steves <stevesk@pobox.com>
7f8f5e00 3
4sshd: configuration file for sshd.rc
5sshd.rc: SSH startup script
134fd7f6 6egd: configuration file for egd.rc
7egd.rc: EGD (entropy gathering daemon) startup script
7f8f5e00 8
9To install:
10
134fd7f6 11sshd.rc:
12
7f8f5e00 13o Verify paths in sshd.rc match your local installation
14 (WHAT_PATH and WHAT_PID)
15o Customize sshd if needed (SSHD_ARGS)
16o Install:
17
18 # cp sshd /etc/rc.config.d
19 # chmod 444 /etc/rc.config.d/sshd
20 # cp sshd.rc /sbin/init.d
21 # chmod 555 /sbin/init.d/sshd.rc
22 # ln -s /sbin/init.d/sshd.rc /sbin/rc1.d/K100sshd
23 # ln -s /sbin/init.d/sshd.rc /sbin/rc2.d/S900sshd
134fd7f6 24
25egd.rc:
26
835d2104 27o Verify egd.pl path in egd.rc matches your local installation
134fd7f6 28 (WHAT_PATH)
29o Customize egd if needed (EGD_ARGS and EGD_LOG)
30o Add pseudo account:
31
447681c2 32 # groupadd egd
33 # useradd -g egd egd
34 # mkdir -p /etc/opt/egd
35 # chown egd:egd /etc/opt/egd
36 # chmod 711 /etc/opt/egd
134fd7f6 37
38o Install:
39
40 # cp egd /etc/rc.config.d
41 # chmod 444 /etc/rc.config.d/egd
42 # cp egd.rc /sbin/init.d
43 # chmod 555 /sbin/init.d/egd.rc
835d2104 44 # ln -s /sbin/init.d/egd.rc /sbin/rc1.d/K600egd
45 # ln -s /sbin/init.d/egd.rc /sbin/rc2.d/S400egd
This page took 0.458236 seconds and 5 git commands to generate.