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
commitbfcfa078bc1aeb1928f6307af4425f68265ff3d1 (patch)
tree02713cbbfd1dd0efa6b6024481c222935b977113 /security/openssh
parent41299bc0800f211fec4e34eabff2014d832d5702 (diff)
downloadpkgsrc-bfcfa078bc1aeb1928f6307af4425f68265ff3d1.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).