diff options
-rw-r--r-- | etc/group | 2 | ||||
-rw-r--r-- | etc/master.passwd | 2 | ||||
-rw-r--r-- | usr.bin/ssh/ssh.h | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/etc/group b/etc/group index 76b30ab6687..2dadfa836e6 100644 --- a/etc/group +++ b/etc/group @@ -13,7 +13,7 @@ games:*:13: staff:*:20:root smmsp:*:25: popa3d:*:26: -ssh:*:27: +sshd:*:27: guest:*:31:root utmp:*:45: www:*:67: diff --git a/etc/master.passwd b/etc/master.passwd index a40f1fec4ba..c71c9da8261 100644 --- a/etc/master.passwd +++ b/etc/master.passwd @@ -4,7 +4,7 @@ operator:*:2:5::0:0:System &:/operator:/sbin/nologin bin:*:3:7::0:0:Binaries Commands and Source,,,:/:/sbin/nologin smmsp:*:25:25::0:0:Sendmail Message Submission Program:/nonexistent:/sbin/nologin popa3d:*:26:26::0:0:POP3 server:/var/empty:/sbin/nologin -ssh:*:27:27::0:0:SSH privsep:/var/empty:/sbin/nologin +sshd:*:27:27::0:0:sshd privsep:/var/empty:/sbin/nologin uucp:*:66:1::0:0:UNIX-to-UNIX Copy:/var/spool/uucppublic:/usr/libexec/uucp/uucico www:*:67:67::0:0:HTTP server:/var/www:/sbin/nologin named:*:70:70::0:0:BIND Name Service Daemon:/var/named:/sbin/nologin diff --git a/usr.bin/ssh/ssh.h b/usr.bin/ssh/ssh.h index c69ce050991..6c4f4048d92 100644 --- a/usr.bin/ssh/ssh.h +++ b/usr.bin/ssh/ssh.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.h,v 1.67 2002/05/07 19:54:36 deraadt Exp $ */ +/* $OpenBSD: ssh.h,v 1.68 2002/05/08 21:06:34 deraadt Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -90,7 +90,7 @@ * sshd will change its pivileges to this user and its * primary group. */ -#define SSH_PRIVSEP_USER "ssh" +#define SSH_PRIVSEP_USER "sshd" /* Minimum modulus size (n) for RSA keys. */ #define SSH_RSA_MINIMUM_MODULUS_SIZE 768 |