summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authoritojun <itojun>2002-06-25 12:17:54 +0000
committeritojun <itojun>2002-06-25 12:17:54 +0000
commit4e2d9f4c1fb1e7b5c880105bd2510ac758d2d6e9 (patch)
tree37088db177987e1e7bd6f077819eac8044d427aa /security/openssh
parentca2cf972b24e3524a91435dcccc1a962e095ee97 (diff)
downloadpkgsrc-4e2d9f4c1fb1e7b5c880105bd2510ac758d2d6e9.tar.gz
note required UID/GID
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/MESSAGE9
1 files changed, 8 insertions, 1 deletions
diff --git a/security/openssh/MESSAGE b/security/openssh/MESSAGE
index 9c7dcf724eb..b5a93b6d815 100644
--- a/security/openssh/MESSAGE
+++ b/security/openssh/MESSAGE
@@ -1,5 +1,5 @@
==========================================================================
-$NetBSD: MESSAGE,v 1.3 2002/02/05 04:17:31 jlam Exp $
+$NetBSD: MESSAGE,v 1.4 2002/06/25 12:17:54 itojun Exp $
*===* NOTICE *===*
@@ -8,4 +8,11 @@ The config files for ${PKGNAME} must be located in:
${PKG_SYSCONFDIR}
and the example files are located in ${EGDIR}.
+
+You need to create UID sshd, and GID sshd, for privilege separation.
+For exapmle, add the following into /etc/passwd and /etc/group:
+
+ sshd:*:16:16:sshd privsep:/var/chroot/sshd:/sbin/nologin
+ sshd:*:16:
+
==========================================================================