summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorjlam <jlam>2002-06-28 16:58:38 +0000
committerjlam <jlam>2002-06-28 16:58:38 +0000
commitafc8054955512edc80b2a69d69ab17b29daa9dbe (patch)
tree02713cbbfd1dd0efa6b6024481c222935b977113 /security/openssh
parent7798ad338f438dc9d039ad793602117150b88a1b (diff)
downloadpkgsrc-afc8054955512edc80b2a69d69ab17b29daa9dbe.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/MESSAGE9
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).