diff options
Diffstat (limited to 'other/ssharp/contrib/hpux/README')
| -rw-r--r-- | other/ssharp/contrib/hpux/README | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/other/ssharp/contrib/hpux/README b/other/ssharp/contrib/hpux/README new file mode 100644 index 0000000..f8bfa84 --- /dev/null +++ b/other/ssharp/contrib/hpux/README | |||
| @@ -0,0 +1,45 @@ | |||
| 1 | README for OpenSSH HP-UX contrib files | ||
| 2 | Kevin Steves <stevesk@pobox.com> | ||
| 3 | |||
| 4 | sshd: configuration file for sshd.rc | ||
| 5 | sshd.rc: SSH startup script | ||
| 6 | egd: configuration file for egd.rc | ||
| 7 | egd.rc: EGD (entropy gathering daemon) startup script | ||
| 8 | |||
| 9 | To install: | ||
| 10 | |||
| 11 | sshd.rc: | ||
| 12 | |||
| 13 | o Verify paths in sshd.rc match your local installation | ||
| 14 | (WHAT_PATH and WHAT_PID) | ||
| 15 | o Customize sshd if needed (SSHD_ARGS) | ||
| 16 | o 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 | ||
| 24 | |||
| 25 | egd.rc: | ||
| 26 | |||
| 27 | o Verify egd.pl path in egd.rc matches your local installation | ||
| 28 | (WHAT_PATH) | ||
| 29 | o Customize egd if needed (EGD_ARGS and EGD_LOG) | ||
| 30 | o Add pseudo account: | ||
| 31 | |||
| 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 | ||
| 37 | |||
| 38 | o 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 | ||
| 44 | # ln -s /sbin/init.d/egd.rc /sbin/rc1.d/K600egd | ||
| 45 | # ln -s /sbin/init.d/egd.rc /sbin/rc2.d/S400egd | ||
