diff options
author | jlam <jlam@pkgsrc.org> | 2002-06-28 16:58:38 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-06-28 16:58:38 +0000 |
commit | fef800e69ab5d667eba5461f51e950b382282889 (patch) | |
tree | 02713cbbfd1dd0efa6b6024481c222935b977113 /security/openssh | |
parent | 17c78c9b5f2c352e01c66c47157a56c4e656d5f8 (diff) | |
download | pkgsrc-fef800e69ab5d667eba5461f51e950b382282889.tar.gz |
Warn about what to do if you have /etc/ssh.conf and /etc/sshd.conf.
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/MESSAGE | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/security/openssh/MESSAGE b/security/openssh/MESSAGE index 7ddb325d988..32fd91af4f3 100644 --- a/security/openssh/MESSAGE +++ b/security/openssh/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.7 2002/06/27 02:15:13 grant Exp $ +$NetBSD: MESSAGE,v 1.8 2002/06/28 16:58:38 jlam Exp $ *===* NOTICE *===* @@ -7,7 +7,12 @@ The config files for ${PKGNAME} must be located in: ${PKG_SYSCONFDIR} -and the example files are located in ${EGDIR}. +and the example files are located in ${EGDIR}. If you have existing +config files for OpenSSH located at /etc/ssh.conf and /etc/sshd.conf, +then you will have to copy them: + + /etc/ssh.conf --> ${PKG_SYSCONFDIR}/ssh_config + /etc/sshd.conf --> ${PKG_SYSCONFDIR}/sshd_config You need to create UID sshd, and GID sshd, for privilege separation. For security reasons, UsePrivilegeSeparation has to be yes (the default value). |